Properties of an App.
Package
@google-cloud/cesProperties
audioProcessingConfig
audioProcessingConfig
?:
(
google
.
cloud
.
ces
.
v1
.
IAudioProcessingConfig
|
null
);
App audioProcessingConfig
clientCertificateSettings
clientCertificateSettings
?:
(
google
.
cloud
.
ces
.
v1
.
IClientCertificateSettings
|
null
);
App clientCertificateSettings
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
App createTime
dataStoreSettings
dataStoreSettings
?:
(
google
.
cloud
.
ces
.
v1
.
IDataStoreSettings
|
null
);
App dataStoreSettings
defaultChannelProfile
defaultChannelProfile
?:
(
google
.
cloud
.
ces
.
v1
.
IChannelProfile
|
null
);
App defaultChannelProfile
deploymentCount
deploymentCount
?:
(
number
|
null
);
App deploymentCount
description
description
?:
(
string
|
null
);
App description
displayName
displayName
?:
(
string
|
null
);
App displayName
errorHandlingSettings
errorHandlingSettings
?:
(
google
.
cloud
.
ces
.
v1
.
IErrorHandlingSettings
|
null
);
App errorHandlingSettings
etag
etag
?:
(
string
|
null
);
App etag
evaluationMetricsThresholds
evaluationMetricsThresholds
?:
(
google
.
cloud
.
ces
.
v1
.
IEvaluationMetricsThresholds
|
null
);
App evaluationMetricsThresholds
globalInstruction
globalInstruction
?:
(
string
|
null
);
App globalInstruction
guardrails
guardrails
?:
(
string
[]
|
null
);
App guardrails
languageSettings
languageSettings
?:
(
google
.
cloud
.
ces
.
v1
.
ILanguageSettings
|
null
);
App languageSettings
locked
locked
?:
(
boolean
|
null
);
App locked
loggingSettings
loggingSettings
?:
(
google
.
cloud
.
ces
.
v1
.
ILoggingSettings
|
null
);
App loggingSettings
metadata
metadata
?:
({
[
k
:
string
]
:
string
}
|
null
);
App metadata
modelSettings
modelSettings
?:
(
google
.
cloud
.
ces
.
v1
.
IModelSettings
|
null
);
App modelSettings
name
name
?:
(
string
|
null
);
App name
pinned
pinned
?:
(
boolean
|
null
);
App pinned
predefinedVariableDeclarations
predefinedVariableDeclarations
?:
(
google
.
cloud
.
ces
.
v1
.
App
.
IVariableDeclaration
[]
|
null
);
App predefinedVariableDeclarations
rootAgent
rootAgent
?:
(
string
|
null
);
App rootAgent
timeZoneSettings
timeZoneSettings
?:
(
google
.
cloud
.
ces
.
v1
.
ITimeZoneSettings
|
null
);
App timeZoneSettings
toolExecutionMode
toolExecutionMode
?:
(
google
.
cloud
.
ces
.
v1
.
App
.
ToolExecutionMode
|
keyof
typeof
google
.
cloud
.
ces
.
v1
.
App
.
ToolExecutionMode
|
null
);
App toolExecutionMode
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
App updateTime
variableDeclarations
variableDeclarations
?:
(
google
.
cloud
.
ces
.
v1
.
App
.
IVariableDeclaration
[]
|
null
);
App variableDeclarations

