Dialogflow v3 API - Class PageInfo.Types.FormInfo (2.17.0)

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.

Inheritance

object > PageInfo.Types.FormInfo

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FormInfo()

public FormInfo()

FormInfo(FormInfo)

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

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
RepeatedFieldPageInfoTypesFormInfoTypesParameterInfo