Class GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest
The request message for Playbooks.ImportPlaybook.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
Declaration
[JsonProperty("importStrategy")]
public virtual GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy ImportStrategy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy |
PlaybookContent
Uncompressed raw byte content for playbook.
Declaration
[JsonProperty("playbookContent")]
public virtual string PlaybookContent { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaybookUri
[Dialogflow access control] (https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
Declaration
[JsonProperty("playbookUri")]
public virtual string PlaybookUri { get; set; }
Property Value
Type | Description |
---|---|
string |