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 |
GenericWebService
Generic Service configuration of this webhook. |
getService
Required. The name of Service Directory service.
Format:
projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>
.
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/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>
.
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 |
GenericWebService|null |
hasGenericWebService
clearGenericWebService
setGenericWebService
Generic Service configuration of this webhook.
Parameter | |
---|---|
Name | Description |
var |
GenericWebService
|
Returns | |
---|---|
Type | Description |
$this |