Google Cloud Dialogflow V2 Client - Class ValidationError (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ValidationError.

Represents a single validation error.

Generated from protobuf message google.cloud.dialogflow.v2.ValidationError

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ severity int

The severity of the error.

↳ entries array

The names of the entries that the error is associated with. Format: - "projects/

↳ error_message string

The detailed error message.

getSeverity

The severity of the error.

Returns
TypeDescription
int

setSeverity

The severity of the error.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getEntries

The names of the entries that the error is associated with.

Format:

  • "projects/
  • "projects/
  • "projects/
  • "projects/
  • "projects/
Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntries

The names of the entries that the error is associated with.

Format:

  • "projects/
  • "projects/
  • "projects/
  • "projects/
  • "projects/
Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getErrorMessage

The detailed error message.

Returns
TypeDescription
string

setErrorMessage

The detailed error message.

Parameter
NameDescription
var string
Returns
TypeDescription
$this