Interface "AI Service Name"
Namespace: System.AI
Interface for providing naming information for a given AI service.
Methods
GetServiceName
Get the name of the service.
procedure GetServiceName(): Text[250]
Returns
| Type | Description |
|---|---|
| Text[250] |
The name of the service. |
GetServiceId
Get the id of the service. Will often be the service name in Code form.
procedure GetServiceId(): Code[50]
Returns
| Type | Description |
|---|---|
| Code[50] |
The id of the service. |