Class: Google::Cloud::Dialogflow::V2::GeneratorSuggestion

Inherits:
Object
  • Object
show all
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

#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.

Returns:

  • (::Google::Cloud::Dialogflow::V2::FreeFormSuggestion)

    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.

Returns:

  • (::Google::Cloud::Dialogflow::V2::SummarySuggestion)

    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