Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::CreateConversationModelRequest (v0.34.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateConversationModelRequest.

The request message for ConversationModels.CreateConversationModel

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation_model

def conversation_model() -> ::Google::Cloud::Dialogflow::V2::ConversationModel
Returns

#conversation_model=

def conversation_model=(value) -> ::Google::Cloud::Dialogflow::V2::ConversationModel
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — The project to create conversation model for. Format: projects/<Project ID>

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The project to create conversation model for. Format: projects/<Project ID>
Returns
  • (::String) — The project to create conversation model for. Format: projects/<Project ID>