Class GoogleCloudDialogflowCxV3PlaybookInstruction
Message of the Instruction of the playbook.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3PlaybookInstruction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Guidelines
General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
Declaration
[JsonProperty("guidelines")]
public virtual string Guidelines { get; set; }
Property Value
Type | Description |
---|---|
string |
Steps
Ordered list of step by step execution instructions to accomplish target goal.
Declaration
[JsonProperty("steps")]
public virtual IList<GoogleCloudDialogflowCxV3PlaybookStep> Steps { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3PlaybookStep> |