Class: Google::Cloud::Dialogflow::V2::SuggestFaqAnswersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SuggestFaqAnswersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
The request message for Participants.SuggestFaqAnswers.
Instance Attribute Summary collapse
-
#context_size ⇒ ::Integer
Number of messages prior to and including latest_message to compile the suggestion.
-
#faq_answers ⇒ ::Array<::Google::Cloud::Dialogflow::V2::FaqAnswer>
Answers extracted from FAQ documents.
-
#latest_message ⇒ ::String
The name of the latest conversation message used to compile suggestion for.
Instance Attribute Details
#context_size ⇒ ::Integer
Returns Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.context_size field in the request if there aren't that many messages in the conversation.
652 653 654 655 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 652 class SuggestFaqAnswersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#faq_answers ⇒ ::Array<::Google::Cloud::Dialogflow::V2::FaqAnswer>
Returns Answers extracted from FAQ documents.
652 653 654 655 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 652 class SuggestFaqAnswersResponse 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>
.
652 653 654 655 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 652 class SuggestFaqAnswersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |