StudioServiceProps
Stentor API Reference / stentor-service-studio/src / StudioServiceProps
Interface: StudioServiceProps
Defined in: packages/stentor-service-studio/src/StudioService.ts:23
Propertiesβ
baseURL?β
optionalbaseURL:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:27
Defaults to https://api.xapp.ai, update this if you have a single tenant instance of OC Studio.
token?β
optionaltoken:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:31
Machine to machine token associated with the appId, used for authentication
orgToken?β
optionalorgToken:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:35
Optional, organization level token that has access to all applications within the organization.
appId?β
optionalappId:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:39
The appId for the application you are requesting information for.
preFilterFAQs?β
optionalpreFilterFAQs:boolean
Defined in: packages/stentor-service-studio/src/StudioService.ts:43
Previously true by default, we are not phasing this out. You can set this to be true if you want to pre-filter the FAQs as done previously.