public interface CreateConversationModelOperationMetadataOrBuilder 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.
|
Timestamp |
getCreateTime()
Timestamp when the request to create conversation model is submitted.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when the request to create conversation model is submitted.
|
CreateConversationModelOperationMetadata.State |
getState()
State of CreateConversationModel operation.
|
int |
getStateValue()
State of CreateConversationModel operation.
|
boolean |
hasCreateTime()
Timestamp when the request to create conversation model is submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversationModel()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;
ByteString getConversationModelBytes()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;
int getStateValue()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;
CreateConversationModelOperationMetadata.State getState()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;
boolean hasCreateTime()
Timestamp when the request to create conversation model is submitted. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
Timestamp getCreateTime()
Timestamp when the request to create conversation model is submitted. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when the request to create conversation model is submitted. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
Copyright © 2022 Google LLC. All rights reserved.