Class FillBehavior (1.13.0)

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

Configuration for how the filling of a parameter should be handled.

Attributes

NameDescription
initial_prompt_fulfillment google.cloud.dialogflowcx_v3beta1.types.Fulfillment
Required. The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
reprompt_event_handlers Sequence[google.cloud.dialogflowcx_v3beta1.types.EventHandler]
The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: - ``sys.no-match-

Inheritance

builtins.object > proto.message.Message > FillBehavior