Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy (v1.11.0)

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

The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#main_playbook_import_strategy

def main_playbook_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns

#main_playbook_import_strategy=

def main_playbook_import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Parameter
Returns

#nested_resource_import_strategy

def nested_resource_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns

#nested_resource_import_strategy=

def nested_resource_import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Parameter
Returns

#tool_import_strategy

def tool_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.

#tool_import_strategy=

def tool_import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Parameter
  • value (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.