Class: Google::Cloud::Dialogflow::CX::V3::DeleteGeneratorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeleteGeneratorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/generator.rb
Overview
The request message for Generators.DeleteGenerator.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
This field has no effect for generators not being used.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns 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.
212 213 214 215 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 212 class DeleteGeneratorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the generator to delete.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generators/<GeneratorID>
.
212 213 214 215 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 212 class DeleteGeneratorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |