Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class InputConfig.
Represents the configuration of importing a set of conversation files in Google Cloud Storage.
Generated from protobuf message google.cloud.dialogflow.v2.InputConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_source |
Google\Cloud\Dialogflow\V2\GcsSources
The Cloud Storage URI has the form gs://
|
getGcsSource
The Cloud Storage URI has the form gs://
Generated from protobuf field .google.cloud.dialogflow.v2.GcsSources gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\GcsSources|null |
|
hasGcsSource
setGcsSource
The Cloud Storage URI has the form gs://
Generated from protobuf field .google.cloud.dialogflow.v2.GcsSources gcs_source = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\GcsSources
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|