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>
Returns Articles ordered by score in descending order.
600 601 602 603 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 600 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#context_size ⇒ ::Integer
Returns Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.
600 601 602 603 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 600 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_message ⇒ ::String
Returns The name of the latest conversation message used to compile suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>
.
600 601 602 603 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 600 class SuggestArticlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |