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
-
#free_form_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::FreeFormSuggestion
Optional.
-
#summary_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::SummarySuggestion
Optional.
Instance Attribute Details
#free_form_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::FreeFormSuggestion
Returns Optional. Free form suggestion.
Note: The following fields are mutually exclusive: free_form_suggestion
, summary_suggestion
. If a field in that set is populated, all other fields in the set will automatically be cleared.
407 408 409 410 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 407 class GeneratorSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary_suggestion ⇒ ::Google::Cloud::Dialogflow::V2::SummarySuggestion
Returns Optional. Suggested summary.
Note: The following fields are mutually exclusive: summary_suggestion
, free_form_suggestion
. If a field in that set is populated, all other fields in the set will automatically be cleared.
407 408 409 410 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 407 class GeneratorSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |