Class: Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
Overview
The flow import strategy used for resource conflict resolution associated with an ImportFlowRequest.
Instance Attribute Summary collapse
Instance Attribute Details
#global_import_strategy ⇒ ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.
460 461 462 463 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 460 class FlowImportStrategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |