View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1IntentParameter (google_api_dialogflow v0.88.3)
Represents an intent parameter.
Attributes
-
entityType
(type:String.t
, default:nil
) - Required. The entity type of the parameter. Format:projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. -
id
(type:String.t
, default:nil
) - Required. The unique identifier of the parameter. This field is used by training phrases to annotate their parts. -
isList
(type:boolean()
, default:nil
) - Indicates whether the parameter represents a list of values. -
redact
(type:boolean()
, default:nil
) - Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.