Class GoogleCloudDialogflowV2AnswerFeedback
Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnswerFeedback : IDirectResponseSchema
Properties
AgentAssistantDetailFeedback
Detail feedback of agent assist suggestions.
Declaration
[JsonProperty("agentAssistantDetailFeedback")]
public virtual GoogleCloudDialogflowV2AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AgentAssistantFeedback |
ClickTime
object representation of ClickTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ClickTimeDateTimeOffset instead.")]
public virtual object ClickTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ClickTimeDateTimeOffset
DateTimeOffset representation of ClickTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ClickTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ClickTimeRaw
Time when the answer/item was clicked.
Declaration
[JsonProperty("clickTime")]
public virtual string ClickTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Clicked
Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search and knowledge assist, the answer record is considered to be clicked if the answer was copied or any URI was clicked.
Declaration
[JsonProperty("clicked")]
public virtual bool? Clicked { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CorrectnessLevel
The correctness level of the specific answer.
Declaration
[JsonProperty("correctnessLevel")]
public virtual string CorrectnessLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayTime
object representation of DisplayTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DisplayTimeDateTimeOffset instead.")]
public virtual object DisplayTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DisplayTimeDateTimeOffset
DateTimeOffset representation of DisplayTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DisplayTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DisplayTimeRaw
Time when the answer/item was displayed.
Declaration
[JsonProperty("displayTime")]
public virtual string DisplayTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Displayed
Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
Declaration
[JsonProperty("displayed")]
public virtual bool? Displayed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |