Interface SmartReplyModelMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SmartReplyModelMetadata, SmartReplyModelMetadata.Builder

    public interface SmartReplyModelMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConversationModel.ModelType getTrainingModelType()
      Optional.
      int getTrainingModelTypeValue()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTrainingModelTypeValue

        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:
        The enum numeric value on the wire for trainingModelType.
      • getTrainingModelType

        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:
        The trainingModelType.