public sealed class ExportPlaybookResponse : IMessage<ExportPlaybookResponse>, IEquatable<ExportPlaybookResponse>, IDeepCloneable<ExportPlaybookResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ExportPlaybookResponse.
The response message for [Playbooks.ExportPlaybook][google.cloud.dialogflow.cx.v3.Playbooks.ExportPlaybook].
Implements
IMessageExportPlaybookResponse, IEquatableExportPlaybookResponse, IDeepCloneableExportPlaybookResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExportPlaybookResponse()
public ExportPlaybookResponse()ExportPlaybookResponse(ExportPlaybookResponse)
public ExportPlaybookResponse(ExportPlaybookResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportPlaybookResponse |
Properties
HasPlaybookContent
public bool HasPlaybookContent { get; }Gets whether the "playbook_content" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPlaybookUri
public bool HasPlaybookUri { get; }Gets whether the "playbook_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PlaybookCase
public ExportPlaybookResponse.PlaybookOneofCase PlaybookCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportPlaybookResponsePlaybookOneofCase |
|
PlaybookContent
public ByteString PlaybookContent { get; set; }Uncompressed raw byte content for playbook.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
PlaybookUri
public string PlaybookUri { get; set; }The URI to a file containing the exported playbook. This field is
populated only if playbook_uri is specified in
[ExportPlaybookRequest][google.cloud.dialogflow.cx.v3.ExportPlaybookRequest].
| Property Value | |
|---|---|
| Type | Description |
string |
|