Google Cloud Dialogflow Cx V3 Client - Class InlineSchema (0.10.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class InlineSchema.

A type schema object that's specified inline.

Generated from protobuf message google.cloud.dialogflow.cx.v3.InlineSchema

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

Data type of the schema.

↳ items TypeSchema

Schema of the elements if this is an ARRAY type.

getType

Data type of the schema.

Returns
Type Description
int Enum of type DataType.

setType

Data type of the schema.

Parameter
Name Description
var int

Enum of type DataType.

Returns
Type Description
$this

getItems

Schema of the elements if this is an ARRAY type.

Returns
Type Description
TypeSchema|null

hasItems

clearItems

setItems

Schema of the elements if this is an ARRAY type.

Parameter
Name Description
var TypeSchema
Returns
Type Description
$this