Dialogflow v3 API - Class CreatePlaybookRequest (3.0.0)

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

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

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

Inheritance

object > CreatePlaybookRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

Playbook

public Playbook Playbook { get; set; }

Required. The playbook to create.

Property Value
Type Description
Playbook