Interface PlaybookImportStrategyOrBuilder (0.89.0)

public interface PlaybookImportStrategyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMainPlaybookImportStrategy()

public abstract ImportStrategy getMainPlaybookImportStrategy()

Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy main_playbook_import_strategy = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ImportStrategy

The mainPlaybookImportStrategy.

getMainPlaybookImportStrategyValue()

public abstract int getMainPlaybookImportStrategyValue()

Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy main_playbook_import_strategy = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for mainPlaybookImportStrategy.

getNestedResourceImportStrategy()

public abstract ImportStrategy getNestedResourceImportStrategy()

Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy nested_resource_import_strategy = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ImportStrategy

The nestedResourceImportStrategy.

getNestedResourceImportStrategyValue()

public abstract int getNestedResourceImportStrategyValue()

Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy nested_resource_import_strategy = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for nestedResourceImportStrategy.

getToolImportStrategy()

public abstract ImportStrategy getToolImportStrategy()

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.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy tool_import_strategy = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ImportStrategy

The toolImportStrategy.

getToolImportStrategyValue()

public abstract int getToolImportStrategyValue()

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.

.google.cloud.dialogflow.cx.v3beta1.ImportStrategy tool_import_strategy = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for toolImportStrategy.