Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ParameterDefinition.
Defines the properties of a parameter.
Used to define parameters used in the agent and the input / output parameters for each fulfillment.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ParameterDefinition
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of parameter.
↳ type
int
Type of parameter.
↳ type_schema
↳ description
string
Human-readable description of the parameter. Limited to 300 characters.
getName
Required. Name of parameter.
string
setName
Required. Name of parameter.
var
string
$this
getType
Type of parameter.
setType
Type of parameter.
$this
getTypeSchema
Optional. Type schema of parameter.
hasTypeSchema
clearTypeSchema
setTypeSchema
Optional. Type schema of parameter.
$this
getDescription
Human-readable description of the parameter. Limited to 300 characters.
string
setDescription
Human-readable description of the parameter. Limited to 300 characters.
var
string
$this

