Module: Google::Cloud::Dialogflow::V2::Connection::State

Defined in:
proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb

Overview

The state of Sip Trunk connection.

Constant Summary collapse

STATE_UNSPECIFIED =

SIP Trunk connection state is Not specified.

0
CONNECTED =

SIP Trunk connection is connected.

1
DISCONNECTED =

SIP Trunk connection is disconnected.

2
AUTHENTICATION_FAILED =

SIP Trunk connection has authentication error.

3
KEEPALIVE =

SIP Trunk connection is keepalive.

4