Class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
Inheritance
GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MainPlaybookImportStrategy
Declaration
[JsonProperty("mainPlaybookImportStrategy")]
public virtual string MainPlaybookImportStrategy { get; set; }
Property Value
NestedResourceImportStrategy
Declaration
[JsonProperty("nestedResourceImportStrategy")]
public virtual string NestedResourceImportStrategy { get; set; }
Property Value
Declaration
[JsonProperty("toolImportStrategy")]
public virtual string ToolImportStrategy { get; set; }
Property Value
Implements