Interface ArticleSuggestionModelMetadataOrBuilder

    • 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 article suggestion model. If not provided, model_type
         is used.
         
        .google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for trainingModelType.
      • getTrainingModelType

        ConversationModel.ModelType getTrainingModelType()
         Optional. Type of the article suggestion model. If not provided, model_type
         is used.
         
        .google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The trainingModelType.