Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3PlaybookImportStrategy

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

Inheritance
object
GoogleCloudDialogflowCxV3PlaybookImportStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3PlaybookImportStrategy : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX