Interface protos.google.cloud.dialogflow.cx.v3.IAgent (2.12.1)

Properties of an Agent.

Package

@google-cloud/dialogflow-cx!

Properties

avatarUri

avatarUri?: (string|null);

Agent avatarUri

Property Value
TypeDescription
(string|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)

enableSpellCorrection

enableSpellCorrection?: (boolean|null);

Agent enableSpellCorrection

Property Value
TypeDescription
(boolean|null)

enableStackdriverLogging

enableStackdriverLogging?: (boolean|null);

Agent enableStackdriverLogging

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

Agent name

Property Value
TypeDescription
(string|null)

securitySettings

securitySettings?: (string|null);

Agent securitySettings

Property Value
TypeDescription
(string|null)

speechToTextSettings

speechToTextSettings?: (google.cloud.dialogflow.cx.v3.ISpeechToTextSettings|null);

Agent speechToTextSettings

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ISpeechToTextSettings|null)

startFlow

startFlow?: (string|null);

Agent startFlow

Property Value
TypeDescription
(string|null)

supportedLanguageCodes

supportedLanguageCodes?: (string[]|null);

Agent supportedLanguageCodes

Property Value
TypeDescription
(string[]|null)

timeZone

timeZone?: (string|null);

Agent timeZone

Property Value
TypeDescription
(string|null)