Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex SpeechSense
  • Getting started
    • All guides
      • Working with dialogs
      • Viewing related dialogs
      • Working with reports
  • Audit Trails events
  • Access management
  • Pricing policy
  • Release notes
  • FAQ

In this article:

  • Viewing a list of dialogs
  • Finding dialogs
  • Filters
  • Full-text search
  • Dictionary search
  • Semantic search
  • Customizing column display
  • Viewing a dialog
  • Editing dialog metadata
  • Get the dialog ID
  • Get your infrastructure ready for the Yandex Cloud gRPC API
  • Get the dialog information
  • Edit the dialog metadata
  • Example of searching dialogs by time period and text fragment
  1. Step-by-step guides
  2. Operations with data
  3. Working with dialogs

Working with dialogs

Written by
Yandex Cloud
Updated at May 14, 2025
  • Viewing a list of dialogs
  • Finding dialogs
    • Filters
    • Full-text search
    • Dictionary search
    • Semantic search
  • Customizing column display
  • Viewing a dialog
  • Editing dialog metadata
    • Get the dialog ID
    • Get your infrastructure ready for the Yandex Cloud gRPC API
    • Get the dialog information
    • Edit the dialog metadata
  • Example of searching dialogs by time period and text fragment

When in a dialog, you can get detailed information about the dialog, listen to the conversation audio, and look up the customer's text chat with the agent or bot.

Viewing a list of dialogsViewing a list of dialogs

  1. Open the SpeechSense home page.
  2. Go to the space you need and select a project.

By default, the Dialogs tab shows 100 most recent dialogs. To see the previous dialogs, click Show more at the end of the list.

Finding dialogsFinding dialogs

Use the following to search for dialogs:

  • Filters
  • Full-text search
  • Dictionary search
  • Semantic search

To get more information about each dialog, customize the columns.

FiltersFilters

To apply a filter to dialogs:

  1. Open the SpeechSense home page.
  2. Go to the space you need and select a project.
  3. In the Dialogs tab, click Add filter.
  4. Select the required filter and enter its value.
  5. Click Apply.

You can add multiple filters. They will be combined by the logical AND operation to find the dialogs satisfying all the conditions that were specified.

Full-text searchFull-text search

Full-text search allows you to find dialogs containing a specific word or phrase. The better the dialog text matches the search query and the more frequently it occurs, the higher is the dialog placed in the search results.

To perform a search:

  1. Open the SpeechSense home page.
  2. Go to the space you need and select a project.
  3. Navigate to the Dialogs tab.
  4. In the drop-down list above the search bar, select Text.
  5. Enter the text fragment you are looking for in the search bar.
  6. Optionally, to refine your search results, select the channel you want to search in from the drop-down list below the search bar: All participants, Agent, or Customer.
  7. Click Search.

Dictionary searchDictionary search

The dictionary search allows you to find dialogs containing one or more specified key phrases.

To perform a search:

  1. Open the SpeechSense home page.

  2. Go to the space you need and select a project.

  3. Navigate to the Dialogs tab.

  4. In the drop-down list above the search bar, select Dictionary.

  5. Enter a key phrase or phrases in the search bar. Use a new row for each one.

  6. (Optional) To refine your search results:

    • Select the channel you want to search in from the drop-down list: All participants, Agent, or Customer.
    • Select the allowable distance between words in the key phrase.
    • Enable Exact match by keywords.
  7. Click Search.

Semantic searchSemantic search

The semantic search allows you to find dialogs that match the meaning of the search query in the context of the selected semantic attribute. The search results will only contain dialogs matching the search query, arranged in descending order of the likelihood of matching.

To perform a search:

  1. Open the SpeechSense home page.

  2. Go to the space you need and select a project.

  3. Navigate to the Dialogs tab.

  4. In the drop-down list above the search bar, select Semantic.

  5. Select one of the semantic attributes from the drop-down list.

  6. In the search bar, select a search query from the auto suggestions or enter it manually.

    If there are more than 1,000 dialogs in the project, SpeechSense will analyze only 1,000 random dialogs to generate suggestions. If not happy with the auto suggestions, you can click Update. SpeechSense will select 1,000 more random dialogs, analyze them, and generate new suggestions.

  7. Click Search.

Customizing column displayCustomizing column display

By default, not all columns are displayed in the dialog list. You can display additional columns, hide the ones you do not need, and reorder them.

To customize column display:

  1. Open the SpeechSense home page.

  2. Go to the space you need and select a project.

  3. In the title row for the list of dialogs, click . This will open the list of all columns.

  4. Do one of the following in the list of columns:

    • Check any additional columns you want displayed.
    • Uncheck columns you do not need to hide them. Some columns cannot be hidden, so you cannot uncheck them.
    • To reorder columns, click to the left of the column name and drag the column to a new position in the list.
  5. Click Apply.

Viewing a dialogViewing a dialog

  1. Open the SpeechSense home page.

  2. Go to the space you need and select a project.

  3. Find the dialog you need.

  4. Open the dialog in one of the following ways:

    • To open a dialog preview, click the dialog line.
    • To open the dialog in a new window, click on the right in the dialog line.

The dialog page displays the following information:

  • Metadata such as agent and customer names, call or message date, dialog language.
  • Conversation audio (only for audio).
  • Conversation contents on the Dialog tab.
  • Semantic analysis of the conversation on the YandexGPT analysis tab.
  • Tags assigned to the dialog.

To learn more, see Detailed info about a dialog.

Editing dialog metadataEditing dialog metadata

Editing dialog metadata can be of use in some situations. For example, you can add a score to an already uploaded dialog after the customer has rated it.

You can update metadata values for keys that were added when creating the connection. You cannot add metadata if there is none in the connection settings.

You can edit dialog metadata via the Yandex Cloud gRPC API. To do this:

  1. Get the dialog ID.
  2. Get your infrastructure ready for the Yandex Cloud gRPC API.
  3. Get the dialog information.
  4. Edit the dialog metadata.

Get the dialog IDGet the dialog ID

Find the dialog you need and copy its ID:

  1. Open the SpeechSense home page.
  2. Go to the space you need and select a project.
  3. On the Dialogs tab, find the dialog and navigate to it.
  4. Copy the dialog ID from the upper-left corner.

Get your infrastructure ready for the Yandex Cloud gRPC APIGet your infrastructure ready for the Yandex Cloud gRPC API

To use the Yandex Cloud API, you will need Git, Python 3.6 or higher, and the grpcio-tools package. Learn how to install Python.

  1. In the management console, create a service account.

  2. Add the service account to the namespace with the Data editor role. This will allow the service account to upload data to SpeechSense.

  3. To authenticate to the Yandex Cloud API, create an API key or IAM token for the service account.

  4. Clone the Yandex Cloud API repository:

    git clone https://github.com/yandex-cloud/cloudapi
    
  5. Install the grpcio-tools package using the pip package manager:

    pip install grpcio-tools
    

Get the dialog informationGet the dialog information

Use the TalkService/Get call and send the following request, e.g., via gRPCurl.

The examples use demo data.

Request:

grpcurl \
    -format json \
    -import-path ~/cloudapi/ \
    -import-path ~/cloudapi/third_party/googleapis/ \
    -proto ~/yandex/cloud/speechsense/v1/talk_service.proto \
    -rpc-header "Authorization: Bearer $IAM_TOKEN" \
    -d '{
          "space_id": "f3fuc***************",
          "project_id": "eagpe***************",
          "talk_ids": [
            "aud78***************"
          ]
        }' \
    api.speechsense.yandexcloud.net:443 \
    yandex.cloud.api.speechsense.v1.TalkService.Get

Response:

{
  "talk": [
    {
      "id": "aud78***************",
      "organizationId": "yc.organization-manager.example",
      "spaceId": "f3fuc***************",
      "connectionId": "eagjj***************",
      "projectIds": [
        "eagpe***************"
      ],
      "createdBy": "ajegr***************",
      "createdAt": "2025-04-24T14:35:19.882Z",
      "modifiedBy": "CLASSIFIER",
      "modifiedAt": "2025-04-24T14:35:24.470980Z",
      "talkFields": [
        {
          "name": "operator_name",
          "value": "John",
          "type": "FIELD_TYPE_STRING"
        },
        {
          "name": "operator_id",
          "value": "11111",
          "type": "FIELD_TYPE_STRING"
        },
        {
          "name": "client_name",
          "value": "Alexander",
          "type": "FIELD_TYPE_STRING"
        },
        {
          "name": "client_id",
          "value": "22222",
          "type": "FIELD_TYPE_STRING"
        },
        {
          "name": "date",
          "value": "2025-04-24T14:34:19Z",
          "type": "FIELD_TYPE_DATE"
        },
        {
          "name": "direction_outgoing",
          "value": "true",
          "type": "FIELD_TYPE_BOOLEAN"
        },
        {
          "name": "language",
          "value": "ru-ru",
          "type": "FIELD_TYPE_STRING"
        },
        {
          "name": "score_main",
          "type": "FIELD_TYPE_STRING"
        }
      ],
    // ...
    }
  ]
}

The response contains the dialog metadata in the talkFields field:

  • operator_name: Agent name.

  • operator_id: Agent ID.

  • client_name: Customer name.

  • client_id: Customer ID.

  • date: Dialog start date and time, in YYYY-MM-DDTHH:MM:SSSZ format.

    The dates are ISO 8601 UTC with zero time offset. For Moscow time, add +03:00 instead of Z at the end of the line: 2025-04-24T14:34:19+03:00.

  • direction_outgoing: Dialog direction (incoming or outgoing).

  • language: Dialog language.

  • score_main: Dialog score. Optional key; the value will be added when editing the metadata.

Edit the dialog metadataEdit the dialog metadata

Note

When editing the dialog metadata, remember to provide all keys; otherwise, their values will be deleted.

Use the TalkService/Upload call and send the following request, e.g., via gRPCurl.

The example uses demo data.

Request:

The request adds a new score_main key value; other key values are provided unchanged.

grpcurl \
    -format json \
    -import-path ~/cloudapi/ \
    -import-path ~/cloudapi/third_party/googleapis/ \
    -proto ~/cloudapi/yandex/cloud/speechsense/v1/talk_service.proto \
    -rpc-header "Authorization: Bearer $IAM_TOKEN" \
    -d '{
          "talkId": "aud78***************",
          "metadata": {
            "connectionId": "eagjj***************",
            "fields": {
              "date": "2025-04-24T14:34:19Z",
              "direction_outgoing": "true",
              "language": "ru-ru",
              "operator_name": "John",
              "operator_id": "11111",
              "client_name": "Alexander",
              "client_id": "22222",
              "score_main": "4"
            }
          }
        }' \
    api.speechsense.yandexcloud.net:443 \
    yandex.cloud.speechsense.v1.TalkService.Upload

Example of searching dialogs by time period and text fragmentExample of searching dialogs by time period and text fragment

Search criteria:

  • Period: 10.11.2023 - 16.11.2023.
  • Contains the customer's utterance: good service.

Follow these steps:

  1. Open the SpeechSense home page.
  2. Go to the space you need and select a project.
  3. In the Dialogs tab, enter good service in the search bar.
  4. To the right of the search bar, select the Customer channel from the drop-down list.
  5. Click Add filter.
  6. In the Shared metadata group, select the Start date filter. As the filter value, specify the 10.11.2023 - 16.11.2023 date range.
  7. Click Apply.

The filtered dialogs will be displayed as a result.

Example of ranking dialogs depending on the found text fragments:

No.

Dialog date

Dialog fragment

1

16.11.2023

thank you for good service

2

13.11.2023

good equipment and service

3

15.11.2023

full system service

Was the article helpful?

Previous
Getting information about a dialog in REST API
Next
Viewing related dialogs
Yandex project
© 2025 Yandex.Cloud LLC