Interface CreateConversationModelOperationMetadataOrBuilder (4.49.0)

public interface CreateConversationModelOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationModel()

public abstract String getConversationModel()

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

string conversation_model = 1;

Returns
Type Description
String

The conversationModel.

getConversationModelBytes()

public abstract ByteString getConversationModelBytes()

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

string conversation_model = 1;

Returns
Type Description
ByteString

The bytes for conversationModel.

getCreateTime()

public abstract 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
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract 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;

Returns
Type Description
TimestampOrBuilder

getState()

public abstract CreateConversationModelOperationMetadata.State getState()

State of CreateConversationModel operation.

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

Returns
Type Description
CreateConversationModelOperationMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

State of CreateConversationModel operation.

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

Returns
Type Description
int

The enum numeric value on the wire for state.

hasCreateTime()

public abstract 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
Type Description
boolean

Whether the createTime field is set.