Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GeneratorSuggestion (v1.9.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GeneratorSuggestion.

Suggestion generated using a Generator.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#free_form_suggestion

def free_form_suggestion() -> ::Google::Cloud::Dialogflow::V2::FreeFormSuggestion
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.

#free_form_suggestion=

def free_form_suggestion=(value) -> ::Google::Cloud::Dialogflow::V2::FreeFormSuggestion
Parameter
  • value (::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.

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.

#summary_suggestion

def summary_suggestion() -> ::Google::Cloud::Dialogflow::V2::SummarySuggestion
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.

#summary_suggestion=

def summary_suggestion=(value) -> ::Google::Cloud::Dialogflow::V2::SummarySuggestion
Parameter
  • value (::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.

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.