public interface PageInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentPage()
public abstract String getCurrentPage() Always present for WebhookRequest. Ignored for WebhookResponse.
The unique identifier of the current page.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>.
string current_page = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The currentPage. |
getCurrentPageBytes()
public abstract ByteString getCurrentPageBytes() Always present for WebhookRequest. Ignored for WebhookResponse.
The unique identifier of the current page.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>.
string current_page = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for currentPage. |
getDisplayName()
public abstract String getDisplayName()Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
string display_name = 4;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
string display_name = 4;
| Type | Description |
| ByteString | The bytes for displayName. |
getFormInfo()
public abstract PageInfo.FormInfo getFormInfo()Optional for both WebhookRequest and WebhookResponse. Information about the form.
.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo form_info = 3;
| Type | Description |
| PageInfo.FormInfo | The formInfo. |
getFormInfoOrBuilder()
public abstract PageInfo.FormInfoOrBuilder getFormInfoOrBuilder()Optional for both WebhookRequest and WebhookResponse. Information about the form.
.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo form_info = 3;
| Type | Description |
| PageInfo.FormInfoOrBuilder |
hasFormInfo()
public abstract boolean hasFormInfo()Optional for both WebhookRequest and WebhookResponse. Information about the form.
.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo form_info = 3;
| Type | Description |
| boolean | Whether the formInfo field is set. |