Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ServiceDirectoryConfig.
Represents configuration for a Service Directory service.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfig
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ WebhookMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service |
string
Required. The name of Service Directory service. Format: |
↳ generic_web_service |
Google\Cloud\Dialogflow\Cx\V3\Webhook\GenericWebService
Generic Service configuration of this webhook. |
getService
Required. The name of Service Directory service.
Format: projects/<Project ID>/locations/<Location
ID>/namespaces/<Namespace ID>/services/<Service ID>.
Location ID of the service directory must be the same as the location
of the agent.
| Returns | |
|---|---|
| Type | Description |
string |
|
setService
Required. The name of Service Directory service.
Format: projects/<Project ID>/locations/<Location
ID>/namespaces/<Namespace ID>/services/<Service ID>.
Location ID of the service directory must be the same as the location
of the agent.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGenericWebService
Generic Service configuration of this webhook.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\Cx\V3\Webhook\GenericWebService|null |
|
hasGenericWebService
clearGenericWebService
setGenericWebService
Generic Service configuration of this webhook.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\Webhook\GenericWebService
|
| Returns | |
|---|---|
| Type | Description |
$this |
|