public sealed class GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer : IMessage<GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer>, IEquatable<GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer>, IDeepCloneable<GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer.
A GeneratorSuggestion answer.
Implements
IMessageGenerateSuggestionsResponseTypesGeneratorSuggestionAnswer, IEquatableGenerateSuggestionsResponseTypesGeneratorSuggestionAnswer, IDeepCloneableGenerateSuggestionsResponseTypesGeneratorSuggestionAnswer, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorSuggestionAnswer()
public GeneratorSuggestionAnswer()
GeneratorSuggestionAnswer(GeneratorSuggestionAnswer)
public GeneratorSuggestionAnswer(GenerateSuggestionsResponse.Types.GeneratorSuggestionAnswer other)
Parameter | |
---|---|
Name | Description |
other |
GenerateSuggestionsResponseTypesGeneratorSuggestionAnswer |
Properties
AnswerRecord
public string AnswerRecord { get; set; }
Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
Property Value | |
---|---|
Type | Description |
string |
AnswerRecordAsAnswerRecordName
public AnswerRecordName AnswerRecordAsAnswerRecordName { get; set; }
AnswerRecordName-typed view over the AnswerRecord resource name property.
Property Value | |
---|---|
Type | Description |
AnswerRecordName |
GeneratorSuggestion
public GeneratorSuggestion GeneratorSuggestion { get; set; }
Suggestion details.
Property Value | |
---|---|
Type | Description |
GeneratorSuggestion |
SourceGenerator
public string SourceGenerator { get; set; }
The name of the generator used to generate this suggestion. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator
ID>
.
Property Value | |
---|---|
Type | Description |
string |