Interface SmartReplyModelMetadataOrBuilder (4.43.0)

public interface SmartReplyModelMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrainingModelType()

public abstract ConversationModel.ModelType getTrainingModelType()

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ConversationModel.ModelType

The trainingModelType.

getTrainingModelTypeValue()

public abstract int getTrainingModelTypeValue()

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for trainingModelType.