Class: Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents a Dialogflow assist answer.
Instance Attribute Summary collapse
-
#answer_record ⇒ ::String
The name of answer record, in the format of "projects/
/locations/ /answerRecords/ ". -
#intent_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::IntentSuggestion
An intent suggestion generated from conversation.
-
#query_result ⇒ ::Google::Cloud::Dialogflow::V2::QueryResult
Result from v2 agent.
Instance Attribute Details
#answer_record ⇒ ::String
Returns The name of answer record, in the format of
"projects/
894 895 896 897 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894 class DialogflowAssistAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::IntentSuggestion
Returns An intent suggestion generated from conversation.
894 895 896 897 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894 class DialogflowAssistAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_result ⇒ ::Google::Cloud::Dialogflow::V2::QueryResult
Returns Result from v2 agent.
894 895 896 897 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894 class DialogflowAssistAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |