Class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MainPlaybookImportStrategy
Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
Declaration
[JsonProperty("mainPlaybookImportStrategy")]
public virtual string MainPlaybookImportStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |
NestedResourceImportStrategy
Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
Declaration
[JsonProperty("nestedResourceImportStrategy")]
public virtual string NestedResourceImportStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolImportStrategy
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.
Declaration
[JsonProperty("toolImportStrategy")]
public virtual string ToolImportStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |