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
- (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
#main_playbook_import_strategy=
def main_playbook_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 conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
#nested_resource_import_strategy
def nested_resource_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::ImportStrategy
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
#nested_resource_import_strategy=
def nested_resource_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 referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportStrategy) — Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
#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.