StudioServiceProps
Stentor API Reference / stentor-service-studio/src / StudioServiceProps
Interface: StudioServiceProps
Defined in: packages/stentor-service-studio/src/StudioService.ts:22
Propertiesβ
baseURL?β
optionalbaseURL?:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:26
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:30
Machine to machine token associated with the appId, used for authentication
orgToken?β
optionalorgToken?:string
Defined in: packages/stentor-service-studio/src/StudioService.ts:34
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:38
The appId for the application you are requesting information for.
preFilterFAQs?β
optionalpreFilterFAQs?:boolean
Defined in: packages/stentor-service-studio/src/StudioService.ts:42
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.