Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateConversationModelRequest.
The request message for ConversationModels.CreateConversationModel
Generated from protobuf message google.cloud.dialogflow.v2.CreateConversationModelRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The project to create conversation model for. Format: projects/<Project ID>
↳ conversation_model
getParent
The project to create conversation model for. Format: projects/<Project ID>
Generated from protobuf field string parent = 1;
string
setParent
The project to create conversation model for. Format: projects/<Project ID>
Generated from protobuf field string parent = 1;
var
string
$this
getConversationModel
Required. The conversation model to create.
Generated from protobuf field .google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
hasConversationModel
clearConversationModel
setConversationModel
Required. The conversation model to create.
Generated from protobuf field .google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
$this