Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Playbook

Inheritance
object
GoogleCloudDialogflowCxV3Playbook
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Playbook : IDirectResponseSchema

Properties

CodeBlock

Declaration
[JsonProperty("codeBlock")]
public virtual GoogleCloudDialogflowCxV3CodeBlock CodeBlock { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3CodeBlock

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Goal

Declaration
[JsonProperty("goal")]
public virtual string Goal { get; set; }
Property Value
Type Description
string

Handlers

Declaration
[JsonProperty("handlers")]
public virtual IList<GoogleCloudDialogflowCxV3Handler> Handlers { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3Handler>

InlineActions

Declaration
[JsonProperty("inlineActions")]
public virtual IList<string> InlineActions { get; set; }
Property Value
Type Description
IList<string>

InputParameterDefinitions

Declaration
[JsonProperty("inputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> InputParameterDefinitions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ParameterDefinition>

Instruction

Declaration
[JsonProperty("instruction")]
public virtual GoogleCloudDialogflowCxV3PlaybookInstruction Instruction { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3PlaybookInstruction

LlmModelSettings

Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3LlmModelSettings LlmModelSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3LlmModelSettings

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutputParameterDefinitions

Declaration
[JsonProperty("outputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> OutputParameterDefinitions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ParameterDefinition>

PlaybookType

Declaration
[JsonProperty("playbookType")]
public virtual string PlaybookType { get; set; }
Property Value
Type Description
string

ReferencedFlows

Declaration
[JsonProperty("referencedFlows")]
public virtual IList<string> ReferencedFlows { get; set; }
Property Value
Type Description
IList<string>

ReferencedPlaybooks

Declaration
[JsonProperty("referencedPlaybooks")]
public virtual IList<string> ReferencedPlaybooks { get; set; }
Property Value
Type Description
IList<string>

ReferencedTools

Declaration
[JsonProperty("referencedTools")]
public virtual IList<string> ReferencedTools { get; set; }
Property Value
Type Description
IList<string>

TokenCount

Declaration
[JsonProperty("tokenCount")]
public virtual long? TokenCount { get; set; }
Property Value
Type Description
long?

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX