Google Cloud Dialogflow V2 Client - Class Type (1.4.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Type.

Defines the type of Human Agent Assistant feature.

Protobuf type google.cloud.dialogflow.v2.SuggestionFeature.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified feature type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ARTICLE_SUGGESTION

Value: 1

Run article suggestion model for chat.

Generated from protobuf enum ARTICLE_SUGGESTION = 1;

FAQ

Value: 2

Run FAQ model for chat.

Generated from protobuf enum FAQ = 2;

SMART_REPLY

Value: 3

Run smart reply model for chat.

Generated from protobuf enum SMART_REPLY = 3;