Class GoogleCloudDialogflowCxV3beta1IntentParameter
Represents an intent parameter.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1IntentParameter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
Required. The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/
for
system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date
), or
projects//locations//agents//entityTypes/
for developer entity types.
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Required. The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IsList
Indicates whether the parameter represents a list of values.
Declaration
[JsonProperty("isList")]
public virtual bool? IsList { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Redact
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.
Declaration
[JsonProperty("redact")]
public virtual bool? Redact { get; set; }
Property Value
Type | Description |
---|---|
bool? |