Interface CreateConversationModelEvaluationOperationMetadataOrBuilder (4.46.0)

public interface CreateConversationModelEvaluationOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationModel()

public abstract String getConversationModel()

The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>

string conversation_model = 4;

Returns
TypeDescription
String

The conversationModel.

getConversationModelBytes()

public abstract ByteString getConversationModelBytes()

The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>

string conversation_model = 4;

Returns
TypeDescription
ByteString

The bytes for conversationModel.

getConversationModelEvaluation()

public abstract String getConversationModelEvaluation()

The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>

string conversation_model_evaluation = 1;

Returns
TypeDescription
String

The conversationModelEvaluation.

getConversationModelEvaluationBytes()

public abstract ByteString getConversationModelEvaluationBytes()

The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>

string conversation_model_evaluation = 1;

Returns
TypeDescription
ByteString

The bytes for conversationModelEvaluation.

getCreateTime()

public abstract Timestamp getCreateTime()

Timestamp when the request to create conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Timestamp when the request to create conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract CreateConversationModelEvaluationOperationMetadata.State getState()

State of CreateConversationModel operation.

.google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State state = 2;

Returns
TypeDescription
CreateConversationModelEvaluationOperationMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

State of CreateConversationModel operation.

.google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

hasCreateTime()

public abstract boolean hasCreateTime()

Timestamp when the request to create conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
boolean

Whether the createTime field is set.