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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.