Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Connection.
Represents a connection for SIP Trunk.
Generated from protobuf message google.cloud.dialogflow.v2.Connection
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection_id
string
Output only. The unique identifier of the SIP Trunk connection.
↳ state
int
Output only. State of the connection.
↳ update_time
↳ error_details
Connection\ErrorDetails
Output only. The error details for the connection. Only populated when authentication errors occur.
getConnectionId
Output only. The unique identifier of the SIP Trunk connection.
string
setConnectionId
Output only. The unique identifier of the SIP Trunk connection.
var
string
$this
getState
Output only. State of the connection.
setState
Output only. State of the connection.
$this
getUpdateTime
Output only. When the connection status changed.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. When the connection status changed.
$this
getErrorDetails
Output only. The error details for the connection. Only populated when authentication errors occur.
hasErrorDetails
clearErrorDetails
setErrorDetails
Output only. The error details for the connection. Only populated when authentication errors occur.
$this

