Class GoogleCloudDialogflowCxV3beta1PageInfo
Represents page information communicated to and from the webhook.
Inheritance
System.Object
GoogleCloudDialogflowCxV3beta1PageInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PageInfo : IDirectResponseSchema
Properties
CurrentPage
Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page.
Format: projects//locations//agents//flows//pages/.
Declaration
[JsonProperty("currentPage")]
public virtual string CurrentPage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FormInfo
Optional for both WebhookRequest and WebhookResponse. Information about the form.
Declaration
[JsonProperty("formInfo")]
public virtual GoogleCloudDialogflowCxV3beta1PageInfoFormInfo FormInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowCxV3beta1PageInfoFormInfo |