Interface protos.google.cloud.dialogflow.v2beta1.IAgent (3.5.0)

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

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Agent.ApiVersion|keyof typeof google.cloud.dialogflow.v2beta1.Agent.ApiVersion|null)

avatarUri

avatarUri?: (string|null);

Agent avatarUri

Property Value
TypeDescription
(string|null)

classificationThreshold

classificationThreshold?: (number|null);

Agent classificationThreshold

Property Value
TypeDescription
(number|null)

defaultLanguageCode

defaultLanguageCode?: (string|null);

Agent defaultLanguageCode

Property Value
TypeDescription
(string|null)

description

description?: (string|null);

Agent description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Agent displayName

Property Value
TypeDescription
(string|null)

enableLogging

enableLogging?: (boolean|null);

Agent enableLogging

Property Value
TypeDescription
(boolean|null)

matchMode

matchMode?: (google.cloud.dialogflow.v2beta1.Agent.MatchMode|keyof typeof google.cloud.dialogflow.v2beta1.Agent.MatchMode|null);

Agent matchMode

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Agent.MatchMode|keyof typeof google.cloud.dialogflow.v2beta1.Agent.MatchMode|null)

parent

parent?: (string|null);

Agent parent

Property Value
TypeDescription
(string|null)

supportedLanguageCodes

supportedLanguageCodes?: (string[]|null);

Agent supportedLanguageCodes

Property Value
TypeDescription
(string[]|null)

tier

tier?: (google.cloud.dialogflow.v2beta1.Agent.Tier|keyof typeof google.cloud.dialogflow.v2beta1.Agent.Tier|null);

Agent tier

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Agent.Tier|keyof typeof google.cloud.dialogflow.v2beta1.Agent.Tier|null)

timeZone

timeZone?: (string|null);

Agent timeZone

Property Value
TypeDescription
(string|null)