ServiceAgentConfiguration
class ServiceAgentConfiguration
Configuration class for service agent settings.
| Property | Type | Description |
|---|---|---|
| esDeveloperName | String | Embedded Service developer name |
| organizationId | String | Organization identifier |
| serviceApiURL | String | Service API endpoint URL |
| serviceUISettings | ServiceUISettings | Service UI settings |
| Function | Signature | Description |
|---|---|---|
| build | fun build(): ServiceAgentConfiguration | Creates a ServiceAgentConfiguration instance |
| setServiceUISettings | fun setServiceUISettings(settings: ServiceUISettings): Builder | Sets the service UI settings |