Package com.google.cloud.dialogflow.v2
Interface CreateConversationModelOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateConversationModelOperationMetadata,CreateConversationModelOperationMetadata.Builder
public interface CreateConversationModelOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConversationModel()The resource name of the conversation model.com.google.protobuf.ByteStringgetConversationModelBytes()The resource name of the conversation model.com.google.protobuf.TimestampgetCreateTime()Timestamp when the request to create conversation model is submitted.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Timestamp when the request to create conversation model is submitted.CreateConversationModelOperationMetadata.StategetState()State of CreateConversationModel operation.intgetStateValue()State of CreateConversationModel operation.booleanhasCreateTime()Timestamp when the request to create conversation model is submitted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationModel
String getConversationModel()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;- Returns:
- The conversationModel.
-
getConversationModelBytes
com.google.protobuf.ByteString getConversationModelBytes()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;- Returns:
- The bytes for conversationModel.
-
getStateValue
int getStateValue()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
CreateConversationModelOperationMetadata.State getState()
State of CreateConversationModel operation.
.google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;- Returns:
- The state.
-
hasCreateTime
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;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.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;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.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;
-
-