Google Cloud Dialogflow V2 Client - Class Fulfillment (1.7.2)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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.

↳ 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getGenericWebService

Configuration for a generic web service.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Fulfillment\GenericWebService|null

hasGenericWebService

setGenericWebService

Configuration for a generic web service.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Fulfillment\GenericWebService
Returns
TypeDescription
$this

getEnabled

Optional. Whether fulfillment is enabled.

Returns
TypeDescription
bool

setEnabled

Optional. Whether fulfillment is enabled.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getFeatures

Optional. The field defines whether the fulfillment is enabled for certain features.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFeatures

Optional. The field defines whether the fulfillment is enabled for certain features.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\Fulfillment\Feature>
Returns
TypeDescription
$this

getFulfillment

Returns
TypeDescription
string