enableGenerativeFallback property

bool? enableGenerativeFallback
getter/setter pair

If the flag is true, the agent will utilize LLM to generate a text response.

If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.

Implementation

core.bool? enableGenerativeFallback;