public sealed class CreatePlaybookRequest : IMessage<CreatePlaybookRequest>, IEquatable<CreatePlaybookRequest>, IDeepCloneable<CreatePlaybookRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CreatePlaybookRequest.
The request message for [Playbooks.CreatePlaybook][google.cloud.dialogflow.cx.v3.Playbooks.CreatePlaybook].
Implements
IMessageCreatePlaybookRequest, IEquatableCreatePlaybookRequest, IDeepCloneableCreatePlaybookRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreatePlaybookRequest()
public CreatePlaybookRequest()CreatePlaybookRequest(CreatePlaybookRequest)
public CreatePlaybookRequest(CreatePlaybookRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreatePlaybookRequest |
Properties
Parent
public string Parent { get; set; }Required. The agent to create a playbook for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
Playbook
public Playbook Playbook { get; set; }Required. The playbook to create.
| Property Value | |
|---|---|
| Type | Description |
Playbook |
|