Dialogflow v3 API - Class ImportPlaybookRequest (3.0.0)

public sealed class ImportPlaybookRequest : IMessage<ImportPlaybookRequest>, IEquatable<ImportPlaybookRequest>, IDeepCloneable<ImportPlaybookRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ImportPlaybookRequest.

The request message for [Playbooks.ImportPlaybook][google.cloud.dialogflow.cx.v3.Playbooks.ImportPlaybook].

Inheritance

object > ImportPlaybookRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportPlaybookRequest()

public ImportPlaybookRequest()

ImportPlaybookRequest(ImportPlaybookRequest)

public ImportPlaybookRequest(ImportPlaybookRequest other)
Parameter
Name Description
other ImportPlaybookRequest

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

ImportStrategy

public PlaybookImportStrategy ImportStrategy { get; set; }

Optional. Specifies the import strategy used when resolving resource conflicts.

Property Value
Type Description
PlaybookImportStrategy

Parent

public string Parent { get; set; }

Required. The agent to import the playbook into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Property Value
Type Description
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

PlaybookCase

public ImportPlaybookRequest.PlaybookOneofCase PlaybookCase { get; }
Property Value
Type Description
ImportPlaybookRequestPlaybookOneofCase

PlaybookContent

public ByteString PlaybookContent { get; set; }

Uncompressed raw byte content for playbook.

Property Value
Type Description
ByteString

PlaybookUri

public string PlaybookUri { get; set; }
Property Value
Type Description
string