public sealed class GetPlaybookRequest : IMessage<GetPlaybookRequest>, IEquatable<GetPlaybookRequest>, IDeepCloneable<GetPlaybookRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class GetPlaybookRequest.
The request message for [Playbooks.GetPlaybook][google.cloud.dialogflow.cx.v3.Playbooks.GetPlaybook].
Implements
IMessageGetPlaybookRequest, IEquatableGetPlaybookRequest, IDeepCloneableGetPlaybookRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetPlaybookRequest()
public GetPlaybookRequest()GetPlaybookRequest(GetPlaybookRequest)
public GetPlaybookRequest(GetPlaybookRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetPlaybookRequest |
Properties
Name
public string Name { get; set; }Required. The name of the playbook.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PlaybookName
public PlaybookName PlaybookName { get; set; }PlaybookName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PlaybookName |
|