Properties of an Agent.
Package
@google-cloud/dialogflow!Properties
apiVersion
apiVersion?: (google.cloud.dialogflow.v2beta1.Agent.ApiVersion|keyof typeof google.cloud.dialogflow.v2beta1.Agent.ApiVersion|null);
Agent apiVersion
Type | Description |
(google.cloud.dialogflow.v2beta1.Agent.ApiVersion|keyof typeof google.cloud.dialogflow.v2beta1.Agent.ApiVersion|null) |
avatarUri
avatarUri?: (string|null);
Agent avatarUri
Type | Description |
(string|null) |
classificationThreshold
classificationThreshold?: (number|null);
Agent classificationThreshold
Type | Description |
(number|null) |
defaultLanguageCode
defaultLanguageCode?: (string|null);
Agent defaultLanguageCode
Type | Description |
(string|null) |
description
description?: (string|null);
Agent description
Type | Description |
(string|null) |
displayName
displayName?: (string|null);
Agent displayName
Type | Description |
(string|null) |
enableLogging
enableLogging?: (boolean|null);
Agent enableLogging
Type | Description |
(boolean|null) |
matchMode
matchMode?: (google.cloud.dialogflow.v2beta1.Agent.MatchMode|keyof typeof google.cloud.dialogflow.v2beta1.Agent.MatchMode|null);
Agent matchMode
Type | Description |
(google.cloud.dialogflow.v2beta1.Agent.MatchMode|keyof typeof google.cloud.dialogflow.v2beta1.Agent.MatchMode|null) |
parent
parent?: (string|null);
Agent parent
Type | Description |
(string|null) |
supportedLanguageCodes
supportedLanguageCodes?: (string[]|null);
Agent supportedLanguageCodes
Type | Description |
(string[]|null) |
tier
tier?: (google.cloud.dialogflow.v2beta1.Agent.Tier|keyof typeof google.cloud.dialogflow.v2beta1.Agent.Tier|null);
Agent tier
Type | Description |
(google.cloud.dialogflow.v2beta1.Agent.Tier|keyof typeof google.cloud.dialogflow.v2beta1.Agent.Tier|null) |
timeZone
timeZone?: (string|null);
Agent timeZone
Type | Description |
(string|null) |