Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ArticleSuggestionModelMetadata.
Metadata for article suggestion models.
Generated from protobuf message google.cloud.dialogflow.v2.ArticleSuggestionModelMetadata
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ training_model_type |
int
Optional. Type of the article suggestion model. If not provided, model_type is used. |
getTrainingModelType
Optional. Type of the article suggestion model. If not provided, model_type is used.
Generated from protobuf field .google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
setTrainingModelType
Optional. Type of the article suggestion model. If not provided, model_type is used.
Generated from protobuf field .google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|