Class: Google::Cloud::Dialogflow::V2::CreateConversationProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
The request message for ConversationProfiles.CreateConversationProfile.
Instance Attribute Summary collapse
-
#conversation_profile ⇒ ::Google::Cloud::Dialogflow::V2::ConversationProfile
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#conversation_profile ⇒ ::Google::Cloud::Dialogflow::V2::ConversationProfile
Returns Required. The conversation profile to create.
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>
.
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 |