@cognigy/rest-api-client
Version:
Cognigy REST-Client
13 lines • 475 B
JavaScript
export const GOOGLE_SPEECH_PROVIDER_CONNECTION = {
type: "GoogleSpeechProvider",
label: "UI__NODE_EDITOR__GOOGLE_SPEECH_PROVIDER__LABEL",
fields: [
{ fieldName: "googleCredentialsFileName" },
{ fieldName: "credentialsStringified" },
{ fieldName: "fileToken" },
{ fieldName: "clientEmail" },
{ fieldName: "privateKey" },
{ fieldName: "projectId" },
]
};
//# sourceMappingURL=googleSpeechProviderConnection.js.map