Google Cloud Dialogflow Cx V3 Client - Class FormInfo (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class FormInfo.

Represents form information.

Generated from protobuf message google.cloud.dialogflow.cx.v3.PageInfo.FormInfo

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ PageInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parameter_info array<Google\Cloud\Dialogflow\Cx\V3\PageInfo\FormInfo\ParameterInfo>

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

getParameterInfo

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setParameterInfo

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\PageInfo\FormInfo\ParameterInfo>
Returns
TypeDescription
$this