Google Cloud Dialogflow V2 Client - Class GetFulfillmentRequest (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GetFulfillmentRequest.

The request message for Fulfillments.GetFulfillment.

Generated from protobuf message google.cloud.dialogflow.v2.GetFulfillmentRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the fulfillment. Format: projects/<Project ID>/agent/fulfillment.

getName

Required. The name of the fulfillment.

Format: projects/<Project ID>/agent/fulfillment.

Returns
TypeDescription
string

setName

Required. The name of the fulfillment.

Format: projects/<Project ID>/agent/fulfillment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the fulfillment. Format: projects/<Project ID>/agent/fulfillment. Please see Google\Cloud\Dialogflow\V2\FulfillmentsClient::fulfillmentName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\GetFulfillmentRequest