Class: Google::Cloud::Dialogflow::V2::GeneratorSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GeneratorSuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Suggestion generated using a Generator.
Instance Attribute Summary collapse
Instance Attribute Details
#summary_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::SummarySuggestion
Returns Optional. Suggested summary.
360 361 362 363 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 360 class GeneratorSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |