Class: Google::Cloud::Dialogflow::V2::CreateConversationModelRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_model::Google::Cloud::Dialogflow::V2::ConversationModel

Returns Required. The conversation model to create.

Returns:



276
277
278
279
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 276

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

#parent::String

Returns The project to create conversation model for. Format: projects/<Project ID>.

Returns:

  • (::String)

    The project to create conversation model for. Format: projects/<Project ID>



276
277
278
279
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 276

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