Google Cloud Dialogflow V2 Client - Class Tier (1.8.0)

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

Represents the agent tier.

Protobuf type google.cloud.dialogflow.v2.Agent.Tier

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Agent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TIER_UNSPECIFIED

Value: 0

Not specified. This value should never be used.

Generated from protobuf enum TIER_UNSPECIFIED = 0;

TIER_STANDARD

Value: 1

Trial Edition, previously known as Standard Edition.

Generated from protobuf enum TIER_STANDARD = 1;

TIER_ENTERPRISE

Value: 2

Essentials Edition, previously known as Enterprise Essential Edition.

Generated from protobuf enum TIER_ENTERPRISE = 2;

TIER_ENTERPRISE_PLUS

Value: 3

Essentials Edition (same as TIER_ENTERPRISE), previously known as Enterprise Plus Edition.

Generated from protobuf enum TIER_ENTERPRISE_PLUS = 3 [deprecated = true];