Google Cloud Dialogflow v2beta1 API - Class AgentCoachingInstruction.Types.DuplicateCheckResult (1.0.0-beta24)

public sealed class AgentCoachingInstruction.Types.DuplicateCheckResult : IMessage<AgentCoachingInstruction.Types.DuplicateCheckResult>, IEquatable<AgentCoachingInstruction.Types.DuplicateCheckResult>, IDeepCloneable<AgentCoachingInstruction.Types.DuplicateCheckResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingInstruction.Types.DuplicateCheckResult.

Duplication check for the suggestion.

Inheritance

object > AgentCoachingInstruction.Types.DuplicateCheckResult

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DuplicateCheckResult()

public DuplicateCheckResult()

DuplicateCheckResult(DuplicateCheckResult)

public DuplicateCheckResult(AgentCoachingInstruction.Types.DuplicateCheckResult other)
Parameter
Name Description
other AgentCoachingInstructionTypesDuplicateCheckResult

Properties

DuplicateSuggestions

public RepeatedField<AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion> DuplicateSuggestions { get; }

Output only. The duplicate suggestions.

Property Value
Type Description
RepeatedFieldAgentCoachingInstructionTypesDuplicateCheckResultTypesDuplicateSuggestion