public sealed class PageInfo.Types.FormInfo : IMessage<PageInfo.Types.FormInfo>, IEquatable<PageInfo.Types.FormInfo>, IDeepCloneable<PageInfo.Types.FormInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class PageInfo.Types.FormInfo.
Represents form information.
Implements
IMessagePageInfoTypesFormInfo, IEquatablePageInfoTypesFormInfo, IDeepCloneablePageInfoTypesFormInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FormInfo()
public FormInfo()
FormInfo(FormInfo)
public FormInfo(PageInfo.Types.FormInfo other)
Parameter | |
---|---|
Name | Description |
other | PageInfoTypesFormInfo |
Properties
ParameterInfo
public RepeatedField<PageInfo.Types.FormInfo.Types.ParameterInfo> ParameterInfo { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPageInfoTypesFormInfoTypesParameterInfo |