Module: Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb
Overview
Possible reasons for not answering an assist call.
Constant Summary collapse
- ASSIST_SKIPPED_REASON_UNSPECIFIED =
Default value. Skip reason is not specified.
0- NON_ASSIST_SEEKING_QUERY_IGNORED =
The assistant ignored the query, because it did not appear to be answer-seeking.
1- CUSTOMER_POLICY_VIOLATION =
The assistant ignored the query or refused to answer because of a customer policy violation (e.g., the query or the answer contained a banned phrase).
2