Class GetFlowRequest (1.12.0)

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

The response message for Flows.GetFlow.

Attributes

NameDescription
name str
Required. The name of the flow to get. Format: ``projects/
language_code str
The language to retrieve the flow for. The following fields are language dependent: - ``Flow.event_handlers.trigger_fulfillment.messages`` - ``Flow.event_handlers.trigger_fulfillment.conditional_cases`` - ``Flow.transition_routes.trigger_fulfillment.messages`` - ``Flow.transition_routes.trigger_fulfillment.conditional_cases`` If not specified, the agent's default language is used. `Many languages

Inheritance

builtins.object > proto.message.Message > GetFlowRequest