ParameterDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines the properties of a parameter. Used to define parameters used in the agent and the input / output parameters for each fulfillment.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Name of parameter. |
type_ |
google.cloud.dialogflowcx_v3beta1.types.ParameterDefinition.ParameterType
Type of parameter. |
type_schema |
google.cloud.dialogflowcx_v3beta1.types.TypeSchema
Optional. Type schema of parameter. |
description |
str
Human-readable description of the parameter. Limited to 300 characters. |
Classes
ParameterType
ParameterType(value)
Parameter types are used for validation. These types are consistent
with google.protobuf.Value][google.protobuf.Value]
.