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