Skip to main content
Server path: /genesys-speech-analytics | Type: Application | PCID required: Yes

Tools

ToolDescription
genesys_speech_analytics_delete_categoryDelete a Speech & Text Analytics category by ID
genesys_speech_analytics_delete_dictionaryfeedback_dictionary_feedback_idDelete a Speech & Text Analytics DictionaryFeedback by Id
genesys_speech_analytics_delete_programDelete a Speech & Text Analytics program by id
genesys_speech_analytics_delete_sentimentfeedbackDelete All Speech & Text Analytics SentimentFeedback
genesys_speech_analytics_delete_sentimentfeedback_sentiment_feedback_idDelete a Speech & Text Analytics SentimentFeedback by Id
genesys_speech_analytics_delete_topicDelete a Speech & Text Analytics topic by id
genesys_speech_analytics_get_categoriesGet the list of Speech and Text Analytics categories
genesys_speech_analytics_get_categoryGet a Speech & Text Analytics Category by ID
genesys_speech_analytics_get_conversationGet Speech and Text Analytics for a specific conversation
genesys_speech_analytics_get_conversation_categoriesGet the list of detected Speech and Text Analytics categories of conversation
genesys_speech_analytics_get_conversation_communication_transcripturlGet the pre-signed S3 URL for the transcript of a specific communication of a conversation
genesys_speech_analytics_get_conversation_communication_transcripturlsGet the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation
genesys_speech_analytics_get_conversation_sentimentsGet sentiment data
genesys_speech_analytics_get_conversation_summariesGet conversation summaries by conversation id.
genesys_speech_analytics_get_dictionaryfeedbackGet the list of Speech & Text Analytics dictionary feedbacks
genesys_speech_analytics_get_dictionaryfeedback_dictionary_feedback_idGet a Speech & Text Analytics dictionary feedback by id
genesys_speech_analytics_get_programGet a Speech & Text Analytics program by id
genesys_speech_analytics_get_program_mappingsGet Speech & Text Analytics program mappings to queues and flows by id
genesys_speech_analytics_get_program_settings_insightsGet AI Insights settings of a program
genesys_speech_analytics_get_program_transcriptionenginesGet transcription engine settings of a program
genesys_speech_analytics_get_programsGet the list of Speech & Text Analytics programs
genesys_speech_analytics_get_programs_general_jobGet a Speech & Text Analytics general program job by id
genesys_speech_analytics_get_programs_mappingsGet the list of Speech & Text Analytics programs mappings to queues and flows
genesys_speech_analytics_get_programs_publishjobGet a Speech & Text Analytics publish programs job by id
genesys_speech_analytics_get_programs_settings_insightsGet the list of program AI Insights settings for the organization
genesys_speech_analytics_get_programs_topiclinks_jobGet a Speech & Text Analytics program-topic links job by id
genesys_speech_analytics_get_programs_transcriptionengines_dialectsGet supported dialects for each transcription engine
genesys_speech_analytics_get_programs_unpublishedGet the list of Speech & Text Analytics unpublished programs
genesys_speech_analytics_get_sentiment_dialectsGet the list of Speech & Text Analytics sentiment supported dialects
genesys_speech_analytics_get_sentimentfeedbackGet the list of Speech & Text Analytics SentimentFeedback
genesys_speech_analytics_get_settingsGet Speech And Text Analytics Settings
genesys_speech_analytics_get_topicGet a Speech & Text Analytics topic by id
genesys_speech_analytics_get_topicsGet the list of Speech & Text Analytics topics
genesys_speech_analytics_get_topics_dialectsGet list of supported Speech & Text Analytics topics dialects
genesys_speech_analytics_get_topics_generalGet the Speech & Text Analytics general topics for a given dialect
genesys_speech_analytics_get_topics_general_statusGet the list of general topics from the org and the system with their current status
genesys_speech_analytics_get_topics_publishjobGet a Speech & Text Analytics publish topics job by id
genesys_speech_analytics_get_topics_testphrase_jobGet a Speech & Text Analytics test topics phrase job by id
genesys_speech_analytics_get_translations_language_conversationTranslate a single interaction recording (or an email conversation)
genesys_speech_analytics_get_translations_languagesGet supported translation languages
genesys_speech_analytics_patch_settingsPatch Speech And Text Analytics Settings
genesys_speech_analytics_post_categoriesCreate new Speech & Text Analytics category
genesys_speech_analytics_post_dictionaryfeedbackCreate a Speech & Text Analytics DictionaryFeedback
genesys_speech_analytics_post_programsCreate new Speech & Text Analytics program
genesys_speech_analytics_post_programs_general_jobsCreate new Speech & Text Analytics general program job
genesys_speech_analytics_post_programs_publishjobsCreate new Speech & Text Analytics publish programs job
genesys_speech_analytics_post_sentimentfeedbackCreate a Speech & Text Analytics SentimentFeedback
genesys_speech_analytics_post_topicsCreate new Speech & Text Analytics topic
genesys_speech_analytics_post_topics_publishjobsCreate new Speech & Text Analytics publish topics job
genesys_speech_analytics_post_topics_testphrase_jobsCreate new Speech & Text Analytics publish topics job
genesys_speech_analytics_put_categoryUpdate a Speech & Text Analytics category by ID
genesys_speech_analytics_put_dictionaryfeedback_dictionary_feedback_idUpdate existing Speech & Text Analytics dictionary feedback by id
genesys_speech_analytics_put_programUpdate existing Speech & Text Analytics program
genesys_speech_analytics_put_program_mappingsSet Speech & Text Analytics program mappings to queues and flows
genesys_speech_analytics_put_program_settings_insightsUpdate AI Insights settings of a program
genesys_speech_analytics_put_program_transcriptionenginesUpdate transcription engine settings of a program
genesys_speech_analytics_put_settingsUpdate Speech And Text Analytics Settings
genesys_speech_analytics_put_topicUpdate existing Speech & Text Analytics topic

genesys_speech_analytics_delete_category

Delete a Speech & Text Analytics category by ID Parameters:
ParameterTypeRequiredDefaultDescription
categoryIdstringYesThe id of the category

genesys_speech_analytics_delete_dictionaryfeedback_dictionary_feedback_id

Delete a Speech & Text Analytics DictionaryFeedback by Id Parameters:
ParameterTypeRequiredDefaultDescription
dictionaryFeedbackIdstringYesThe Id of the Dictionary Feedback

genesys_speech_analytics_delete_program

Delete a Speech & Text Analytics program by id Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program
forceDeletebooleanNoIndicates whether the program is forced to be deleted or not. Required when the program to delete is the default program.

genesys_speech_analytics_delete_sentimentfeedback

Delete All Speech & Text Analytics SentimentFeedback

genesys_speech_analytics_delete_sentimentfeedback_sentiment_feedback_id

Delete a Speech & Text Analytics SentimentFeedback by Id Parameters:
ParameterTypeRequiredDefaultDescription
sentimentFeedbackIdstringYesThe Id of the SentimentFeedback

genesys_speech_analytics_delete_topic

Delete a Speech & Text Analytics topic by id Parameters:
ParameterTypeRequiredDefaultDescription
topicIdstringYesThe id of the topic

genesys_speech_analytics_get_categories

Get the list of Speech and Text Analytics categories Parameters:
ParameterTypeRequiredDefaultDescription
pageSizeintegerNoThe page size for the listing. The max that will be returned is 25.
pageNumberintegerNoThe page number for the listing
namestringNoThe category name filter applied to the listing
sortOrderstringNoThe sort order for the listing
sortBystringNoThe field to sort by for the listing
idsany[]NoComma separated Category IDs to filter by. Cannot be used with other filters. Maximum of 25 IDs allowed.

genesys_speech_analytics_get_category

Get a Speech & Text Analytics Category by ID Parameters:
ParameterTypeRequiredDefaultDescription
categoryIdstringYesThe id of the category

genesys_speech_analytics_get_conversation

Get Speech and Text Analytics for a specific conversation Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesConversation Id

genesys_speech_analytics_get_conversation_categories

Get the list of detected Speech and Text Analytics categories of conversation Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesThe id of the conversation
pageSizeintegerNoThe page size for the listing. The max that will be returned is 50.
pageNumberintegerNoThe page number for the listing

genesys_speech_analytics_get_conversation_communication_transcripturl

Get the pre-signed S3 URL for the transcript of a specific communication of a conversation Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesConversation ID
communicationIdstringYesCommunication ID

genesys_speech_analytics_get_conversation_communication_transcripturls

Get the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesConversation ID
communicationIdstringYesCommunication ID

genesys_speech_analytics_get_conversation_sentiments

Get sentiment data Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesThe conversation ID of the sentiment data

genesys_speech_analytics_get_conversation_summaries

Get conversation summaries by conversation id. Parameters:
ParameterTypeRequiredDefaultDescription
conversationIdstringYesThe conversation ID of the summaries

genesys_speech_analytics_get_dictionaryfeedback

Get the list of Speech & Text Analytics dictionary feedbacks Parameters:
ParameterTypeRequiredDefaultDescription
dialectstringNoThe key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
transcriptionEnginestringNoFilter by transcription engine, If not provided, all transcription engines will be considered
nextPagestringNoThe key for listing the next page
pageSizeintegerNoThe page size for the listing

genesys_speech_analytics_get_dictionaryfeedback_dictionary_feedback_id

Get a Speech & Text Analytics dictionary feedback by id Parameters:
ParameterTypeRequiredDefaultDescription
dictionaryFeedbackIdstringYesThe Id of the Dictionary Feedback

genesys_speech_analytics_get_program

Get a Speech & Text Analytics program by id Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program

genesys_speech_analytics_get_program_mappings

Get Speech & Text Analytics program mappings to queues and flows by id Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program

genesys_speech_analytics_get_program_settings_insights

Get AI Insights settings of a program Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program

genesys_speech_analytics_get_program_transcriptionengines

Get transcription engine settings of a program Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program

genesys_speech_analytics_get_programs

Get the list of Speech & Text Analytics programs Parameters:
ParameterTypeRequiredDefaultDescription
nextPagestringNoThe key for listing the next page
pageSizeintegerNoThe page size for the listing
statestringNoProgram state. Defaults to Latest
namestringNoCase insensitive partial name to filter by
sortBystringNoSort results by. Defaults to name
sortOrderstringNoSort order. Defaults to asc

genesys_speech_analytics_get_programs_general_job

Get a Speech & Text Analytics general program job by id Parameters:
ParameterTypeRequiredDefaultDescription
jobIdstringYesThe id of the publish programs job

genesys_speech_analytics_get_programs_mappings

Get the list of Speech & Text Analytics programs mappings to queues and flows Parameters:
ParameterTypeRequiredDefaultDescription
nextPagestringNoThe key for listing the next page
pageSizeintegerNoThe page size for the listing

genesys_speech_analytics_get_programs_publishjob

Get a Speech & Text Analytics publish programs job by id Parameters:
ParameterTypeRequiredDefaultDescription
jobIdstringYesThe id of the publish programs job

genesys_speech_analytics_get_programs_settings_insights

Get the list of program AI Insights settings for the organization Parameters:
ParameterTypeRequiredDefaultDescription
pageSizeintegerNoThe page size for the listing. The max that will be returned is 100.
pageNumberintegerNoThe page number for the listing
programIdsany[]NoComma separated Program IDs to filter by. Maximum of 50 IDs allowed.

Get a Speech & Text Analytics program-topic links job by id Parameters:
ParameterTypeRequiredDefaultDescription
jobIdstringYesThe id of the program-topic links job

genesys_speech_analytics_get_programs_transcriptionengines_dialects

Get supported dialects for each transcription engine

genesys_speech_analytics_get_programs_unpublished

Get the list of Speech & Text Analytics unpublished programs Parameters:
ParameterTypeRequiredDefaultDescription
nextPagestringNoThe key for listing the next page
pageSizeintegerNoThe page size for the listing

genesys_speech_analytics_get_sentiment_dialects

Get the list of Speech & Text Analytics sentiment supported dialects

genesys_speech_analytics_get_sentimentfeedback

Get the list of Speech & Text Analytics SentimentFeedback Parameters:
ParameterTypeRequiredDefaultDescription
dialectstringNoThe key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard

genesys_speech_analytics_get_settings

Get Speech And Text Analytics Settings

genesys_speech_analytics_get_topic

Get a Speech & Text Analytics topic by id Parameters:
ParameterTypeRequiredDefaultDescription
topicIdstringYesThe id of the topic

genesys_speech_analytics_get_topics

Get the list of Speech & Text Analytics topics Parameters:
ParameterTypeRequiredDefaultDescription
nextPagestringNoThe key for listing the next page
pageSizeintegerNoThe page size for the listing. The max that will be returned is 500.
pageNumberintegerNoThe page number for the listing
statestringNoTopic state. Defaults to latest
namestringNoCase insensitive partial name to filter by
idsany[]NoComma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
dialectsany[]NoComma separated dialect strings to filter by. Maximum of 15 dialects allowed.
sortBystringNoSort results by. Defaults to name
sortOrderstringNoSort order. Defaults to asc

genesys_speech_analytics_get_topics_dialects

Get list of supported Speech & Text Analytics topics dialects

genesys_speech_analytics_get_topics_general

Get the Speech & Text Analytics general topics for a given dialect Parameters:
ParameterTypeRequiredDefaultDescription
dialectstringNoThe dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard

genesys_speech_analytics_get_topics_general_status

Get the list of general topics from the org and the system with their current status Parameters:
ParameterTypeRequiredDefaultDescription
dialectstringNoThe dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard

genesys_speech_analytics_get_topics_publishjob

Get a Speech & Text Analytics publish topics job by id Parameters:
ParameterTypeRequiredDefaultDescription
jobIdstringYesThe id of the publish topics job

genesys_speech_analytics_get_topics_testphrase_job

Get a Speech & Text Analytics test topics phrase job by id Parameters:
ParameterTypeRequiredDefaultDescription
jobIdstringYesthe id of the test topic phrase job

genesys_speech_analytics_get_translations_language_conversation

Translate a single interaction recording (or an email conversation) Parameters:
ParameterTypeRequiredDefaultDescription
languageIdstringYesTarget translation language
conversationIdstringYesConversation id
communicationIdstringNoCommunication id associated with the conversation. Please provide a valid communicationId when requesting non-email interactions.
recordingIdstringNoRecording id associated with the communication. Please provide a valid recordingId when requesting voice interactions.

genesys_speech_analytics_get_translations_languages

Get supported translation languages

genesys_speech_analytics_patch_settings

Patch Speech And Text Analytics Settings Parameters:
ParameterTypeRequiredDefaultDescription
agentEmpathyEnabledbooleanNoSetting to enable/disable Agent Empathy setting
defaultProgramIdstringNoSetting to choose name for the default program for topic detection
expectedDialectsany[]NoSetting to choose expected dialects
textAnalyticsEnabledbooleanNoSetting to enable/disable text analytics

genesys_speech_analytics_post_categories

Create new Speech & Text Analytics category Parameters:
ParameterTypeRequiredDefaultDescription
criteriaobjectYescriteria
descriptionstringNoThe description of the category
interactionTypestringYesThe type of interaction the category will apply to
namestringYesThe name of the category

genesys_speech_analytics_post_dictionaryfeedback

Create a Speech & Text Analytics DictionaryFeedback Parameters:
ParameterTypeRequiredDefaultDescription
boostValuenumberNoA weighted value assigned to a phrase. The higher the value, the higher the likelihood that the system will choose the word or phrase from the possible alternatives. Boost range is from 1.0 to 10.0. Default is 2.0
createdByobjectNocreatedBy
dateCreatedstringNoThe Timestamp when dictionary feedback created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
dateModifiedstringNoThe Timestamp when dictionary feedback modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
dialectstringYesThe dialect for the given term, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
displayAsstringNoThe display name for the dictionary feedback. Only returned when GenesysExtended feature is enabled. This field is only valid for Extended Services transcription engine.
examplePhrasesany[]NoA list of at least 3 and up to 20 unique phrases that are example usage of the term. This field is only valid and required for Genesys transcription engine.
idstringNoThe globally unique identifier for the object.
modifiedByobjectNomodifiedBy
selfUristringNoThe URI for this object
soundsLikeany[]NoA list of up to 10 terms that give examples of how the term sounds. This field is only valid for Genesys transcription engine.
sourcestringNoThe source of the given dictionary feedback
statusstringNoThe status of the dictionary feedback. Only returned when GenesysExtended feature is enabled.
termstringYesThe dictionary term which needs to be added to dictionary feedback system
transcriptionEnginestringNoThe transcription engine for the dictionary feedback. Only returned when GenesysExtended feature is enabled.

genesys_speech_analytics_post_programs

Create new Speech & Text Analytics program Parameters:
ParameterTypeRequiredDefaultDescription
descriptionstringNoThe program description
namestringYesThe program name
tagsany[]NoThe program tags
topicIdsany[]NoThe ids of topics associated to the program

genesys_speech_analytics_post_programs_general_jobs

Create new Speech & Text Analytics general program job Parameters:
ParameterTypeRequiredDefaultDescription
dialectstringYesThe dialect of the topics to link with the general program, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
modestringNoThe mode to use for the general program job, default value is Skip

genesys_speech_analytics_post_programs_publishjobs

Create new Speech & Text Analytics publish programs job Parameters:
ParameterTypeRequiredDefaultDescription
programIdsany[]YesThe ids of the programs used for this job

genesys_speech_analytics_post_sentimentfeedback

Create a Speech & Text Analytics SentimentFeedback Parameters:
ParameterTypeRequiredDefaultDescription
createdByobjectNocreatedBy
dateCreatedstringNoThe Timestamp when sentiment feedback created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
dialectstringYesThe dialect for the given phrase, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
feedbackValuestringYesThe sentiment feedback value for the given phrase
idstringNoThe globally unique identifier for the object.
phrasestringYesThe phrase for which sentiment feedback is provided

genesys_speech_analytics_post_topics

Create new Speech & Text Analytics topic Parameters:
ParameterTypeRequiredDefaultDescription
descriptionstringNoThe topic description
dialectstringYesThe topic dialect
namestringYesThe topic name
participantsstringNoThe topic participants, default value is All
phrasesany[]NoThe topic phrases
programIdsany[]NoThe ids of programs associated to the topic
strictnessstringNoThe topic strictness, default value is 72
tagsany[]NoThe topic tags

genesys_speech_analytics_post_topics_publishjobs

Create new Speech & Text Analytics publish topics job Parameters:
ParameterTypeRequiredDefaultDescription
topicIdsany[]YesThe ids of the topics used for this job

genesys_speech_analytics_post_topics_testphrase_jobs

Create new Speech & Text Analytics publish topics job Parameters:
ParameterTypeRequiredDefaultDescription
topicobjectYestopic
transcriptsFiltersobjectNotranscriptsFilters

genesys_speech_analytics_put_category

Update a Speech & Text Analytics category by ID Parameters:
ParameterTypeRequiredDefaultDescription
categoryIdstringYesThe id of the category
criteriaobjectYescriteria
descriptionstringNoThe description of the category
interactionTypestringYesThe type of interaction the category will apply to
namestringYesThe name of the category

genesys_speech_analytics_put_dictionaryfeedback_dictionary_feedback_id

Update existing Speech & Text Analytics dictionary feedback by id Parameters:
ParameterTypeRequiredDefaultDescription
dictionaryFeedbackIdstringYesThe Id of the Dictionary Feedback
boostValuenumberNoA weighted value assigned to a phrase. The higher the value, the higher the likelihood that the system will choose the word or phrase from the possible alternatives. Boost range is from 1.0 to 10.0. Default is 2.0
createdByobjectNocreatedBy
dateCreatedstringNoThe Timestamp when dictionary feedback created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
dateModifiedstringNoThe Timestamp when dictionary feedback modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
dialectstringNoThe dialect for the given term, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
displayAsstringNoThe display name for the dictionary feedback. Only returned when GenesysExtended feature is enabled. This field is only valid for Extended Services transcription engine.
examplePhrasesany[]NoA list of at least 3 and up to 20 unique phrases that are example usage of the term. This field is only valid and required for Genesys transcription engine.
idstringNoThe globally unique identifier for the object.
modifiedByobjectNomodifiedBy
selfUristringNoThe URI for this object
soundsLikeany[]NoA list of up to 10 terms that give examples of how the term sounds. This field is only valid for Genesys transcription engine.
sourcestringNoThe source of the given dictionary feedback
statusstringNoThe status of the dictionary feedback. Only returned when GenesysExtended feature is enabled.
termstringNoThe dictionary term which needs to be added to dictionary feedback system
transcriptionEnginestringNoThe transcription engine for the dictionary feedback. Only returned when GenesysExtended feature is enabled.

genesys_speech_analytics_put_program

Update existing Speech & Text Analytics program Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program
descriptionstringNoThe program description
namestringYesThe program name
tagsany[]NoThe program tags
topicIdsany[]NoThe ids of topics associated to the program

genesys_speech_analytics_put_program_mappings

Set Speech & Text Analytics program mappings to queues and flows Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program
flowIdsany[]YesThe program flows
queueIdsany[]YesThe program queues

genesys_speech_analytics_put_program_settings_insights

Update AI Insights settings of a program Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program
enabledbooleanYesThe AI Insights setting

genesys_speech_analytics_put_program_transcriptionengines

Update transcription engine settings of a program Parameters:
ParameterTypeRequiredDefaultDescription
programIdstringYesThe id of the program
transcriptionEnginesany[]YesThe transcription engine setting

genesys_speech_analytics_put_settings

Update Speech And Text Analytics Settings Parameters:
ParameterTypeRequiredDefaultDescription
agentEmpathyEnabledbooleanNoSetting to enable/disable Agent Empathy setting
defaultProgramIdstringNoSetting to choose name for the default program for topic detection
expectedDialectsany[]NoSetting to choose expected dialects
textAnalyticsEnabledbooleanNoSetting to enable/disable text analytics

genesys_speech_analytics_put_topic

Update existing Speech & Text Analytics topic Parameters:
ParameterTypeRequiredDefaultDescription
topicIdstringYesThe id of the topic
descriptionstringNoThe topic description
dialectstringYesThe topic dialect
namestringYesThe topic name
participantsstringNoThe topic participants, default value is All
phrasesany[]NoThe topic phrases
programIdsany[]NoThe ids of programs associated to the topic
strictnessstringNoThe topic strictness, default value is 72
tagsany[]NoThe topic tags