Google Cloud Dialogflow V2 Client - Class Tier (1.2.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

Methods

name

Parameter
NameDescription
value mixed

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];