From af8a096579cc0cd66305b94e835fd2feba28077f Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 25 Apr 2022 16:05:07 -0400 Subject: [PATCH] Added "conversation" integration for testing --- packages/integrations.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index e426128..c48223c 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -48,4 +48,6 @@ tts: google: client_id: !secret google_client_id - client_secret: !secret google_client_secret \ No newline at end of file + client_secret: !secret google_client_secret + +conversation: \ No newline at end of file