Click or drag to resize

AISkillConfigurationGetProgressLabel Method

Builds the user-facing "thinking" label shown in the chat panel while this skill loads: the translated ProgressLabel in the given culture (the web user's session locale) when supplied, otherwise the repository's current culture. Returns null when no label is configured so the caller can fall back to a generic label.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string GetProgressLabel(
	string culture = null
)

Parameters

culture  String  (Optional)
 

Return Value

String
See Also