Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion

The duplicate suggestion details.

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

Properties

AnswerRecord

Output only. The answer record id of the past duplicate suggestion.

Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { 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

SimilarityScore

Output only. The similarity score of between the past and current suggestion.

Declaration
[JsonProperty("similarityScore")]
public virtual float? SimilarityScore { get; set; }
Property Value
Type Description
float?

SuggestionIndex

Output only. The index of the duplicate suggestion in the past suggestion list.

Declaration
[JsonProperty("suggestionIndex")]
public virtual int? SuggestionIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX