Class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse
Inheritance
GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Playbook
Declaration
[JsonProperty("playbook")]
public virtual GoogleCloudDialogflowCxV3beta1Playbook Playbook { get; set; }
Property Value
Implements