Google Cloud Discovery Engine V1 Client - Class AssistSkippedReason (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class AssistSkippedReason.
Possible reasons for not answering an assist call.
Protobuf type google.cloud.discoveryengine.v1.AssistAnswer.AssistSkippedReason
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AssistAnswerMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ASSIST_SKIPPED_REASON_UNSPECIFIED
Value: 0Default value. Skip reason is not specified.
Generated from protobuf enum ASSIST_SKIPPED_REASON_UNSPECIFIED = 0;
NON_ASSIST_SEEKING_QUERY_IGNORED
Value: 1The assistant ignored the query, because it did not appear to be answer-seeking.
Generated from protobuf enum NON_ASSIST_SEEKING_QUERY_IGNORED = 1;
CUSTOMER_POLICY_VIOLATION
Value: 2The 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).
Generated from protobuf enum CUSTOMER_POLICY_VIOLATION = 2;