Interface CreateConversationModelEvaluationRequestOrBuilder (4.47.0)

public interface CreateConversationModelEvaluationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the conversationModelEvaluation field is set.