public interface CreateConversationModelEvaluationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationModelEvaluation()
public abstract ConversationModelEvaluation getConversationModelEvaluation()Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationModelEvaluation | The conversationModelEvaluation. |
getConversationModelEvaluationOrBuilder()
public abstract ConversationModelEvaluationOrBuilder getConversationModelEvaluationOrBuilder()Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationModelEvaluationOrBuilder |
getParent()
public abstract 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasConversationModelEvaluation()
public abstract boolean hasConversationModelEvaluation()Required. The conversation model evaluation to be created.
.google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the conversationModelEvaluation field is set. |