public sealed class UpdatePlaybookRequest : IMessage<UpdatePlaybookRequest>, IEquatable<UpdatePlaybookRequest>, IDeepCloneable<UpdatePlaybookRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class UpdatePlaybookRequest.
The request message for [Playbooks.UpdatePlaybook][google.cloud.dialogflow.cx.v3.Playbooks.UpdatePlaybook].
Implements
IMessageUpdatePlaybookRequest, IEquatableUpdatePlaybookRequest, IDeepCloneableUpdatePlaybookRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdatePlaybookRequest()
public UpdatePlaybookRequest()UpdatePlaybookRequest(UpdatePlaybookRequest)
public UpdatePlaybookRequest(UpdatePlaybookRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePlaybookRequest |
Properties
Playbook
public Playbook Playbook { get; set; }Required. The playbook to update.
| Property Value | |
|---|---|
| Type | Description |
Playbook |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The mask to control which fields get updated. If the mask is not present, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|