Class GoogleCloudDialogflowCxV3PlaybookInstruction
Inheritance
GoogleCloudDialogflowCxV3PlaybookInstruction
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3PlaybookInstruction : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Guidelines
Declaration
[JsonProperty("guidelines")]
public virtual string Guidelines { get; set; }
Property Value
Steps
Declaration
[JsonProperty("steps")]
public virtual IList<GoogleCloudDialogflowCxV3PlaybookStep> Steps { get; set; }
Property Value
Implements