Class: Google::Cloud::Dialogflow::V2::SuggestionInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SuggestionInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents the selection of a suggestion.
Instance Attribute Summary collapse
-
#answer_record ⇒ ::String
Required.
Instance Attribute Details
#answer_record ⇒ ::String
Returns Required. The ID of a suggestion selected by the human agent.
The suggestion(s) were generated in a previous call to
request Dialogflow assist.
The format is:
projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>
where
989 990 991 992 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 989 class SuggestionInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |