Interface PageInfoOrBuilder (0.52.0)

public interface PageInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the formInfo field is set.