Dialogflow v3 API - Class UpdatePlaybookRequest (3.0.0)

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

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

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

Inheritance

object > UpdatePlaybookRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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