Class: Google::Cloud::Dialogflow::V2::CreateConversationProfileRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_profile::Google::Cloud::Dialogflow::V2::ConversationProfile

Returns Required. The conversation profile to create.

Returns:



146
147
148
149
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 146

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

#parent::String

Returns Required. The project to create a conversation profile for. Format: projects/<Project ID>/locations/<Location ID>.

Returns:

  • (::String)

    Required. The project to create a conversation profile for. Format: projects/<Project ID>/locations/<Location ID>.



146
147
148
149
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 146

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