Class: Google::Cloud::Dialogflow::V2::SuggestFaqAnswersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SuggestFaqAnswersRequest
- 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
-
#assist_query_params ⇒ ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
Parameters for a human assist query.
-
#context_size ⇒ ::Integer
Optional.
-
#latest_message ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#assist_query_params ⇒ ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
Returns Parameters for a human assist query.
627 628 629 630 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 627 class SuggestFaqAnswersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#context_size ⇒ ::Integer
Returns Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.
627 628 629 630 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 627 class SuggestFaqAnswersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_message ⇒ ::String
Returns Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>
.
627 628 629 630 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 627 class SuggestFaqAnswersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
627 628 629 630 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 627 class SuggestFaqAnswersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |