Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.GetPageRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the page. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
↳ language_code
string
The language to retrieve the page for. The following fields are language dependent: * *Page.entry_fulfillment.messages* *Page.entry_fulfillment.conditional_cases* *Page.event_handlers.trigger_fulfillment.messages* *Page.event_handlers.trigger_fulfillment.conditional_cases* *Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases* *Page.form.parameters.fill_behavior.reprompt_event_handlers.messages*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases* *Page.transition_routes.trigger_fulfillment.messages* *Page.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used.Many languagesare supported. Note: languages must be enabled in the agent before they can be used.
Page.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used.
Many
languagesare supported.
Note: languages must be enabled in the agent before they can be used.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The name of the page.
Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>. Please seePagesClient::pageName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class GetPageRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.GetPageRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.GetPageRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.GetPageRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.GetPageRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.GetPageRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.GetPageRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.GetPageRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.GetPageRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.GetPageRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GetPageRequest.\n\nThe request message for\n[Pages.GetPage](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.PagesClient#_Google_Cloud_Dialogflow_Cx_V3_Client_PagesClient__getPage__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.GetPageRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The name of the page.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/pages/\u003cPageID\u003e`.\n\n### setName\n\nRequired. The name of the page.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/pages/\u003cPageID\u003e`.\n\n### getLanguageCode\n\nThe language to retrieve the page for. The following fields are language\ndependent:\n\n- `Page.entry_fulfillment.messages`\n- `Page.entry_fulfillment.conditional_cases`\n- `Page.event_handlers.trigger_fulfillment.messages`\n- `Page.event_handlers.trigger_fulfillment.conditional_cases`\n- `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` \\* `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases`\n- `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` \\* `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases`\n- `Page.transition_routes.trigger_fulfillment.messages`\n- `Page.transition_routes.trigger_fulfillment.conditional_cases` If not specified, the agent's default language is used.\n\n[Many\nlanguages](https://cloud.google.com/dialogflow/cx/docs/reference/language)\nare supported.\nNote: languages must be enabled in the agent before they can be used.\n\n### setLanguageCode\n\nThe language to retrieve the page for. The following fields are language\ndependent:\n\n- `Page.entry_fulfillment.messages`\n- `Page.entry_fulfillment.conditional_cases`\n- `Page.event_handlers.trigger_fulfillment.messages`\n- `Page.event_handlers.trigger_fulfillment.conditional_cases`\n- `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` \\* `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases`\n- `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` \\* `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases`\n- `Page.transition_routes.trigger_fulfillment.messages`\n- `Page.transition_routes.trigger_fulfillment.conditional_cases` If not specified, the agent's default language is used.\n\n[Many\nlanguages](https://cloud.google.com/dialogflow/cx/docs/reference/language)\nare supported.\nNote: languages must be enabled in the agent before they can be used.\n\n### static::build"]]