Class PageInfo.Types.FormInfo (1.0.0)

public sealed class FormInfo : IMessage<PageInfo.Types.FormInfo>, IEquatable<PageInfo.Types.FormInfo>, IDeepCloneable<PageInfo.Types.FormInfo>, IBufferMessage, IMessage

Represents form information.

Inheritance

System.Object > PageInfo.Types.FormInfo

Implements

Google.Protobuf.IMessage<PageInfo.Types.FormInfo>, System.IEquatable<PageInfo.Types.FormInfo>, Google.Protobuf.IDeepCloneable<PageInfo.Types.FormInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FormInfo()

public FormInfo()

FormInfo(PageInfo.Types.FormInfo)

public FormInfo(PageInfo.Types.FormInfo other)
Parameter
NameDescription
otherPageInfo.Types.FormInfo

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
TypeDescription
Google.Protobuf.Collections.RepeatedField<PageInfo.Types.FormInfo.Types.ParameterInfo>