Class GoogleCloudDialogflowCxV3beta1ConversationInteraction
Inheritance
GoogleCloudDialogflowCxV3beta1ConversationInteraction
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationInteraction : IDirectResponseSchema
Properties
AnswerFeedback
Declaration
[JsonProperty("answerFeedback")]
public virtual GoogleCloudDialogflowCxV3beta1AnswerFeedback AnswerFeedback { 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
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MissingTransition
Declaration
[JsonProperty("missingTransition")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition MissingTransition { get; set; }
Property Value
PartialResponses
Declaration
[JsonProperty("partialResponses")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DetectIntentResponse> PartialResponses { get; set; }
Property Value
Request
Declaration
[JsonProperty("request")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentRequest Request { get; set; }
Property Value
RequestUtterances
Declaration
[JsonProperty("requestUtterances")]
public virtual string RequestUtterances { get; set; }
Property Value
Response
Declaration
[JsonProperty("response")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentResponse Response { get; set; }
Property Value
ResponseUtterances
Declaration
[JsonProperty("responseUtterances")]
public virtual string ResponseUtterances { get; set; }
Property Value
StepMetrics
Declaration
[JsonProperty("stepMetrics")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics> StepMetrics { get; set; }
Property Value
Implements