Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ConversationInteraction

Inheritance
object
GoogleCloudDialogflowCxV3beta1ConversationInteraction
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationInteraction : IDirectResponseSchema

Properties

AnswerFeedback

Declaration
[JsonProperty("answerFeedback")]
public virtual GoogleCloudDialogflowCxV3beta1AnswerFeedback AnswerFeedback { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1AnswerFeedback

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

ETag

The ETag of the item.

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

MissingTransition

Declaration
[JsonProperty("missingTransition")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition MissingTransition { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition

PartialResponses

Declaration
[JsonProperty("partialResponses")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DetectIntentResponse> PartialResponses { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1DetectIntentResponse>

Request

Declaration
[JsonProperty("request")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentRequest Request { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1DetectIntentRequest

RequestUtterances

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

Response

Declaration
[JsonProperty("response")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentResponse Response { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1DetectIntentResponse

ResponseUtterances

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

StepMetrics

Declaration
[JsonProperty("stepMetrics")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics> StepMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX