Class GoogleCloudDialogflowCxV3beta1ConversationInteraction
Represents an interaction between an end user and a Dialogflow CX agent using V3 (Streaming)DetectIntent API, or an interaction between an end user and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationInteraction : IDirectResponseSchema
Properties
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
The time that the interaction was created.
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
Missing transition predicted for the interaction. This field is set only if the interaction match type was no-match.
Declaration
[JsonProperty("missingTransition")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition MissingTransition { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition |
PartialResponses
The partial responses of the interaction. Empty if there is no partial response in the interaction. See the partial response documentation.
Declaration
[JsonProperty("partialResponses")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DetectIntentResponse> PartialResponses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1DetectIntentResponse> |
Request
The request of the interaction.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentRequest Request { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DetectIntentRequest |
RequestUtterances
The input text or the transcript of the input audio in the request.
Declaration
[JsonProperty("requestUtterances")]
public virtual string RequestUtterances { get; set; }
Property Value
Type | Description |
---|---|
string |
Response
The final response of the interaction.
Declaration
[JsonProperty("response")]
public virtual GoogleCloudDialogflowCxV3beta1DetectIntentResponse Response { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DetectIntentResponse |
ResponseUtterances
The output text or the transcript of the output audio in the responses. If multiple output messages are returned, they will be concatenated into one.
Declaration
[JsonProperty("responseUtterances")]
public virtual string ResponseUtterances { get; set; }
Property Value
Type | Description |
---|---|
string |