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 \ PageInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\PageInfo\FormInfo\ParameterInfo>
|
Returns | |
---|---|
Type | Description |
$this |