Google Cloud Discovery Engine V1 Client - Class AssistSkippedReason (1.7.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;