Class: Google::Cloud::Dialogflow::V2::GenerateSuggestionsResponse::GeneratorSuggestionAnswer
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GenerateSuggestionsResponse::GeneratorSuggestionAnswer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
A GeneratorSuggestion answer.
Instance Attribute Summary collapse
-
#answer_record ⇒ ::String
Answer record that uniquely identifies the suggestion.
-
#generator_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorSuggestion
Suggestion details.
-
#source_generator ⇒ ::String
The name of the generator used to generate this suggestion.
Instance Attribute Details
#answer_record ⇒ ::String
Returns Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
713 714 715 716 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 713 class GeneratorSuggestionAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generator_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorSuggestion
Returns Suggestion details.
713 714 715 716 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 713 class GeneratorSuggestionAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_generator ⇒ ::String
Returns The name of the generator used to generate this suggestion. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator
ID>
.
713 714 715 716 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 713 class GeneratorSuggestionAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |