Class GoogleCloudDialogflowCxV3Playbook
Inheritance
GoogleCloudDialogflowCxV3Playbook
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Playbook : IDirectResponseSchema
Properties
CodeBlock
Declaration
[JsonProperty("codeBlock")]
public virtual GoogleCloudDialogflowCxV3CodeBlock CodeBlock { get; set; }
Property Value
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Goal
Declaration
[JsonProperty("goal")]
public virtual string Goal { get; set; }
Property Value
Handlers
Declaration
[JsonProperty("handlers")]
public virtual IList<GoogleCloudDialogflowCxV3Handler> Handlers { get; set; }
Property Value
InlineActions
Declaration
[JsonProperty("inlineActions")]
public virtual IList<string> InlineActions { get; set; }
Property Value
Declaration
[JsonProperty("inputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> InputParameterDefinitions { get; set; }
Property Value
Instruction
Declaration
[JsonProperty("instruction")]
public virtual GoogleCloudDialogflowCxV3PlaybookInstruction Instruction { get; set; }
Property Value
LlmModelSettings
Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3LlmModelSettings LlmModelSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
OutputParameterDefinitions
Declaration
[JsonProperty("outputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> OutputParameterDefinitions { get; set; }
Property Value
PlaybookType
Declaration
[JsonProperty("playbookType")]
public virtual string PlaybookType { get; set; }
Property Value
ReferencedFlows
Declaration
[JsonProperty("referencedFlows")]
public virtual IList<string> ReferencedFlows { get; set; }
Property Value
ReferencedPlaybooks
Declaration
[JsonProperty("referencedPlaybooks")]
public virtual IList<string> ReferencedPlaybooks { get; set; }
Property Value
Declaration
[JsonProperty("referencedTools")]
public virtual IList<string> ReferencedTools { get; set; }
Property Value
TokenCount
Declaration
[JsonProperty("tokenCount")]
public virtual long? TokenCount { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Implements