Google Cloud Dialogflow V2 Client - Class ValidationError (1.0.1)

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

Methods

__construct

Constructor.

Parameters
Name
Description
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.

Generated from protobuf field .google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;

Returns
Type
Description
int

setSeverity

The severity of the error.

Generated from protobuf field .google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getEntries

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

Format:

  • "projects/
  • "projects/
  • "projects/
  • "projects/
  • "projects/

Generated from protobuf field repeated string entries = 3;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setEntries

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

Format:

  • "projects/
  • "projects/
  • "projects/
  • "projects/
  • "projects/

Generated from protobuf field repeated string entries = 3;

Parameter
Name
Description
var
string[]
Returns
Type
Description
$this

getErrorMessage

The detailed error message.

Generated from protobuf field string error_message = 4;

Returns
Type
Description
string

setErrorMessage

The detailed error message.

Generated from protobuf field string error_message = 4;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: