Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy.

The flow import strategy used for resource conflict resolution associated with an ImportFlowRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#global_import_strategy

def global_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — 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.

#global_import_strategy=

def global_import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Parameter
  • value (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — 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.
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — 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.