Configure Google Cloud TTS Custom Voices

전제 조건

To use custom voices, follow these steps to update the Google Cloud TTS integration.

메모 : 현재 Google Dialogflow에서는 사용자 정의 Google TTS 음성이 지원되지 않습니다.
  1. 딸깍 하는 소리 관리자.
  2. 아래에 통합, 클릭 통합.
  3. Click the Google Cloud Text-to-Speech integration.
  4. Click the Configuration tab and then click Advanced.
  5. 다음 JSON 예시를 복사하여 고급 구성 필드에 붙여넣으세요. 이 예제 구성에서는 두 개의 사용자 지정 Google TTS 음성을 사용합니다. 한 음성만 사용하는 경우 다음 섹션을 생략할 수 있습니다."en-US" } .
    {
         "customVoices": [
              {
                   "displayName": "My-Custom-Voices-1",
                    "model": "projects/112345678901234/locations/us-central1/models/XXXXXXX-XXXX-XXXX-XXXX-XXXXXX",
                    "language": "en-US"
              },
              {
                   "displayName": "My-Custom-Voices-2",
                   "model": "projects/12345678901234/locations/us-central1/models/XXXXXXX-XXXX-XXXX-XXXX-XXXXXX",
                   "language": "en-gb"
              }
         ]
    }