public interface ArticleSuggestionModelMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationModel.ModelType |
getTrainingModelType()
Optional.
|
int |
getTrainingModelTypeValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
Copyright © 2022 Google LLC. All rights reserved.