Class: Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::AdditionalSuggestedQueryResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::AdditionalSuggestedQueryResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents a single suggested query result.
Instance Attribute Summary collapse
-
#answer_record ⇒ ::String
readonly
Output only.
-
#suggested_query ⇒ ::Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::SuggestedQuery
readonly
Output only.
Instance Attribute Details
#answer_record ⇒ ::String (readonly)
Returns Output only. The name of the answer record.
Format: projects/<Project ID>/locations/<Location
ID>/answerRecords/<Answer Record ID>.
1568 1569 1570 1571 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1568 class AdditionalSuggestedQueryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggested_query ⇒ ::Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::SuggestedQuery (readonly)
Returns Output only. The suggested query based on the context.
1568 1569 1570 1571 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1568 class AdditionalSuggestedQueryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |