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
#agent_coaching_suggestion
def agent_coaching_suggestion() -> ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion-
(::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion) — Optional. Suggestion to coach the agent.
Note: The following fields are mutually exclusive:
agent_coaching_suggestion,free_form_suggestion,summary_suggestion. If a field in that set is populated, all other fields in the set will automatically be cleared.
#agent_coaching_suggestion=
def agent_coaching_suggestion=(value) -> ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion-
value (::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion) — Optional. Suggestion to coach the agent.
Note: The following fields are mutually exclusive:
agent_coaching_suggestion,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::AgentCoachingSuggestion) — Optional. Suggestion to coach the agent.
Note: The following fields are mutually exclusive:
agent_coaching_suggestion,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() -> ::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,agent_coaching_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,agent_coaching_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,agent_coaching_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,agent_coaching_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,agent_coaching_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,agent_coaching_suggestion. If a field in that set is populated, all other fields in the set will automatically be cleared.
#tool_call_info
def tool_call_info() -> ::Array<::Google::Cloud::Dialogflow::V2::GeneratorSuggestion::ToolCallInfo>- (::Array<::Google::Cloud::Dialogflow::V2::GeneratorSuggestion::ToolCallInfo>) — Optional. List of request and response for tool calls executed.
#tool_call_info=
def tool_call_info=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::GeneratorSuggestion::ToolCallInfo>- value (::Array<::Google::Cloud::Dialogflow::V2::GeneratorSuggestion::ToolCallInfo>) — Optional. List of request and response for tool calls executed.
- (::Array<::Google::Cloud::Dialogflow::V2::GeneratorSuggestion::ToolCallInfo>) — Optional. List of request and response for tool calls executed.