Class DeleteGeneratorRequest (1.33.0)

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

The request message for Generators.DeleteGenerator.

Attributes

NameDescription
name str
Required. The name of the generator to delete. Format: projects/.
force bool
This field has no effect for generators not being used. For generators that are used by pages/flows/transition route groups: - If force is set to false, an error will be returned with message indicating the referenced resources. - If force is set to true, Dialogflow will remove the generator, as well as any references to the generator (i.e. Generator][Fulfillment.generator]) in fulfillments.