public interface SmartReplyModelMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for trainingModelType. |