Class FlowStateUpdate (2.0.0)

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

Stores metadata of the state update action, such as a state machine execution in flows.

Attributes

Name Description
event_type str
The type of the event that triggered the state update.
page_state google.cloud.dialogflowcx_v3beta1.types.Action.FlowStateUpdate.PageState
The updated page and flow state.
updated_parameters google.protobuf.struct_pb2.Struct
The updated parameters.
destination str
The destination of the transition. Format: projects/ or projects/.
function_call google.cloud.dialogflowcx_v3beta1.types.Action.FlowStateUpdate.FunctionCall
The function call to execute.

Classes

FunctionCall

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

Stores the metadata of a function call to execute.

PageState

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

Stores the state of a page and its flow.