public interface CreateConversationModelRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationModel |
getConversationModel()
Required.
|
ConversationModelOrBuilder |
getConversationModelOrBuilder()
Required.
|
String |
getParent()
The project to create conversation model for.
|
ByteString |
getParentBytes()
The project to create conversation model for.
|
boolean |
hasConversationModel()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
The project to create conversation model for. Format: `projects/<Project ID>`
string parent = 1;
ByteString getParentBytes()
The project to create conversation model for. Format: `projects/<Project ID>`
string parent = 1;
boolean hasConversationModel()
Required. The conversation model to create.
.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
ConversationModel getConversationModel()
Required. The conversation model to create.
.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
ConversationModelOrBuilder getConversationModelOrBuilder()
Required. The conversation model to create.
.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.