Class: Google::Cloud::Dialogflow::V2::SuggestArticlesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SuggestArticlesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
The response message for Participants.SuggestArticles.
Instance Attribute Summary collapse
-
#article_answers ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>
Articles ordered by score in descending order.
-
#context_size ⇒ ::Integer
Number of messages prior to and including latest_message to compile the suggestion.
-
#latest_message ⇒ ::String
The name of the latest conversation message used to compile suggestion for.
Instance Attribute Details
#article_answers ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>
535 536 537 538 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 535 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#context_size ⇒ ::Integer
535 536 537 538 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 535 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_message ⇒ ::String
535 536 537 538 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 535 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |