Class UpdatePageRequest (0.2.0)

UpdatePageRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Pages.UpdatePage.

Attributes

NameDescription
page .gcdc_page.Page
Required. The page to update.
language_code str
The language of the following fields in page: - Page.entry_fulfillment.messages - Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages - Page.form.parameters.fill_behavior.reprompt_event_handlers.messages - Page.transition_routes.trigger_fulfillment.messages - Page.transition_route_groups.transition_routes.trigger_fulfillment.messages If not specified, the agent's default language is used. `Many languages
update_mask .field_mask.FieldMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.