Class GoogleCloudDialogflowV2ToolCall
Inheritance
GoogleCloudDialogflowV2ToolCall
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2ToolCall : IDirectResponseSchema
Properties
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, object> InputParameters { get; set; }
Property Value
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Declaration
[JsonProperty("toolDisplayDetails")]
public virtual string ToolDisplayDetails { get; set; }
Property Value
Declaration
[JsonProperty("toolDisplayName")]
public virtual string ToolDisplayName { get; set; }
Property Value
Implements