Class: Google::Cloud::Dialogflow::V2::GenerateStatelessSuggestionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_context::Google::Cloud::Dialogflow::V2::ConversationContext

Returns Optional. Context of the conversation, including transcripts.

Returns:



449
450
451
452
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 449

class GenerateStatelessSuggestionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generator::Google::Cloud::Dialogflow::V2::Generator

Returns Uncreated generator. It should be a complete generator that includes all information about the generator.

Returns:



449
450
451
452
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 449

class GenerateStatelessSuggestionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generator_name::String

Returns The resource name of the existing created generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>.

Returns:

  • (::String)

    The resource name of the existing created generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>



449
450
451
452
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 449

class GenerateStatelessSuggestionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource to charge for the Suggestion's generation. Format: projects/<Project ID>/locations/<Location ID>.

Returns:

  • (::String)

    Required. The parent resource to charge for the Suggestion's generation. Format: projects/<Project ID>/locations/<Location ID>.



449
450
451
452
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 449

class GenerateStatelessSuggestionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trigger_events::Array<::Google::Cloud::Dialogflow::V2::TriggerEvent>

Returns Optional. A list of trigger events. Generator will be triggered only if it's trigger event is included here.

Returns:



449
450
451
452
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 449

class GenerateStatelessSuggestionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end