Class FormInfo (0.8.0)

FormInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents form information. Attributes: parameter_info (Sequence[google.cloud.dialogflowcx_v3.types.PageInfo.FormInfo.ParameterInfo]): Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

Inheritance

builtins.object > proto.message.Message > FormInfo