Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ValidationMessage.
Agent/flow validation message.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ValidationMessage
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resource_type
int
The type of the resources where the message is found.
↳ resources
array
The names of the resources where the message is found.
↳ resource_names
array< Google\Cloud\Dialogflow\Cx\V3\ResourceName
>
The resource names of the resources where the message is found.
↳ severity
int
Indicates the severity of the message.
↳ detail
string
The message detail.
getResourceType
The type of the resources where the message is found.
int
setResourceType
The type of the resources where the message is found.
var
int
$this
getResources
The names of the resources where the message is found.
setResources
The names of the resources where the message is found.
var
string[]
$this
getResourceNames
The resource names of the resources where the message is found.
setResourceNames
The resource names of the resources where the message is found.
$this
getSeverity
Indicates the severity of the message.
int
setSeverity
Indicates the severity of the message.
var
int
$this
getDetail
The message detail.
string
setDetail
The message detail.
var
string
$this