public interface CreateConversationModelEvaluationOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationModel()
The resource name of the conversation model.
|
ByteString |
getConversationModelBytes()
The resource name of the conversation model.
|
String |
getConversationModelEvaluation()
The resource name of the conversation model.
|
ByteString |
getConversationModelEvaluationBytes()
The resource name of the conversation model.
|
Timestamp |
getCreateTime()
Timestamp when the request to create conversation model was submitted.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when the request to create conversation model was submitted.
|
CreateConversationModelEvaluationOperationMetadata.State |
getState()
State of CreateConversationModel operation.
|
int |
getStateValue()
State of CreateConversationModel operation.
|
boolean |
hasCreateTime()
Timestamp when the request to create conversation model was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
String getConversationModel()
The resource name of the conversation model. Format: `projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 4;
ByteString getConversationModelBytes()
The resource name of the conversation model. Format: `projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 4;
int getStateValue()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State state = 2;
CreateConversationModelEvaluationOperationMetadata.State getState()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State state = 2;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.