Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ErrorDetails.
The error details of Sip Trunk connection authentication.
Generated from protobuf message google.cloud.dialogflow.v2.Connection.ErrorDetails
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ConnectionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ certificate_state |
int
Output only. The status of the certificate authentication. |
↳ error_message |
string
The error message provided from SIP trunking auth service |
getCertificateState
Output only. The status of the certificate authentication.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasCertificateState
clearCertificateState
setCertificateState
Output only. The status of the certificate authentication.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrorMessage
The error message provided from SIP trunking auth service
| Returns | |
|---|---|
| Type | Description |
string |
|
hasErrorMessage
clearErrorMessage
setErrorMessage
The error message provided from SIP trunking auth service
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|