Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Fulfillment.
By default, your agent responds to a matched intent with a static response.
As an alternative, you can provide a more dynamic response by using fulfillment. When you enable fulfillment for an intent, Dialogflow responds to that intent by calling a service that you define. For example, if an end-user wants to schedule a haircut on Friday, your service can check your database and respond to the end-user with availability information for Friday. For more information, see the fulfillment guide.
Generated from protobuf message google.cloud.dialogflow.v2.Fulfillment
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The unique identifier of the fulfillment. Supported formats: - |
↳ display_name |
string
Optional. The human-readable name of the fulfillment, unique within the agent. This field is not used for Fulfillment in an Environment. |
↳ generic_web_service |
Google\Cloud\Dialogflow\V2\Fulfillment\GenericWebService
Configuration for a generic web service. |
↳ enabled |
bool
Optional. Whether fulfillment is enabled. |
↳ features |
array<Google\Cloud\Dialogflow\V2\Fulfillment\Feature>
Optional. The field defines whether the fulfillment is enabled for certain features. |
getName
Required. The unique identifier of the fulfillment.
Supported formats:
projects/<Project ID>/agent/fulfillment
projects/<Project ID>/locations/<Location ID>/agent/fulfillment
This field is not used for Fulfillment in an Environment.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The unique identifier of the fulfillment.
Supported formats:
projects/<Project ID>/agent/fulfillment
projects/<Project ID>/locations/<Location ID>/agent/fulfillment
This field is not used for Fulfillment in an Environment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Optional. The human-readable name of the fulfillment, unique within the agent.
This field is not used for Fulfillment in an Environment.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Optional. The human-readable name of the fulfillment, unique within the agent.
This field is not used for Fulfillment in an Environment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGenericWebService
Configuration for a generic web service.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\Fulfillment\GenericWebService|null |
hasGenericWebService
setGenericWebService
Configuration for a generic web service.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Fulfillment\GenericWebService
|
Returns | |
---|---|
Type | Description |
$this |
getEnabled
Optional. Whether fulfillment is enabled.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Optional. Whether fulfillment is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getFeatures
Optional. The field defines whether the fulfillment is enabled for certain features.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFeatures
Optional. The field defines whether the fulfillment is enabled for certain features.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\Fulfillment\Feature>
|
Returns | |
---|---|
Type | Description |
$this |
getFulfillment
Returns | |
---|---|
Type | Description |
string |