Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DatasetInputDataConfig.
The distinctive configs for dataset as the conversation source.
Generated from protobuf message google.cloud.dialogflow.v2.GeneratorEvaluationConfig.DatasetInputDataConfig
Namespace
Google \ Cloud \ Dialogflow \ V2 \ GeneratorEvaluationConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Required. The identifier of the dataset to be evaluated. Format: |
getDataset
Required. The identifier of the dataset to be evaluated.
Format:
projects/<ProjectId>/locations/<LocationID>/datasets/<DatasetID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataset
Required. The identifier of the dataset to be evaluated.
Format:
projects/<ProjectId>/locations/<LocationID>/datasets/<DatasetID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|