Class: Google::Cloud::Dialogflow::V2::GenerateStatelessSuggestionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GenerateStatelessSuggestionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The response message for Conversations.GenerateStatelessSuggestion.
Instance Attribute Summary collapse
Instance Attribute Details
#generator_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorSuggestion
Returns Required. Generated suggestion for a conversation.
459 460 461 462 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 459 class GenerateStatelessSuggestionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |