Class GoogleCloudDialogflowV2ToolCallResult
Inheritance
GoogleCloudDialogflowV2ToolCallResult
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolCallResult : IDirectResponseSchema
Properties
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Content
Declaration
[JsonProperty("content")]
public virtual string Content { 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("error")]
public virtual GoogleCloudDialogflowV2ToolCallResultError Error { get; set; }
Property Value
RawContent
Declaration
[JsonProperty("rawContent")]
public virtual string RawContent { get; set; }
Property Value
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Implements