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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
string current_page = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
string current_page = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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.v3beta1.PageInfo.FormInfo form_info = 3;
| Returns | |
|---|---|
| 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.v3beta1.PageInfo.FormInfo form_info = 3;
| Returns | |
|---|---|
| Type | Description |
PageInfo.FormInfoOrBuilder |
|
hasFormInfo()
public abstract boolean hasFormInfo()Optional for both WebhookRequest and WebhookResponse. Information about the form.
.google.cloud.dialogflow.cx.v3beta1.PageInfo.FormInfo form_info = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the formInfo field is set. |