public interface CreateConversationModelEvaluationRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationModelEvaluation |
getConversationModelEvaluation()
Required.
|
ConversationModelEvaluationOrBuilder |
getConversationModelEvaluationOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasConversationModelEvaluation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The conversation model resource name. Format: `projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model ID>`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The conversation model resource name. Format: `projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model ID>`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasConversationModelEvaluation()
Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
ConversationModelEvaluation getConversationModelEvaluation()
Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
ConversationModelEvaluationOrBuilder getConversationModelEvaluationOrBuilder()
Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.