Google Cloud Discovery Engine V1 Client - Class AssistSkippedReason (1.10.0)

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 \ AssistAnswer

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ASSIST_SKIPPED_REASON_UNSPECIFIED

Value: 0

Default value. Skip reason is not specified.

Generated from protobuf enum ASSIST_SKIPPED_REASON_UNSPECIFIED = 0;

NON_ASSIST_SEEKING_QUERY_IGNORED

Value: 1

The 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: 2

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).

Generated from protobuf enum CUSTOMER_POLICY_VIOLATION = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.