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/
975 976 977 978 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 975 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.
Note: The following fields are mutually exclusive: intent_suggestion
, query_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
975 976 977 978 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 975 class DialogflowAssistAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_result ⇒ ::Google::Cloud::Dialogflow::V2::QueryResult
Returns Result from v2 agent.
Note: The following fields are mutually exclusive: query_result
, intent_suggestion
. If a field in that set is populated, all other fields in the set will automatically be cleared.
975 976 977 978 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 975 class DialogflowAssistAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |