Can we integrate chatbase with other chatbots? - chatbase

After chatbase became part of the Dialogflow, can we still integrate other chatbots with chatbase?
I'm looking at how to use the chatbase analytics for other chatbots.
We had a connector built earlier.
Thanks!

Related

No data in Dialogflow Analytics

I have a Dialogflow app with Google Chat integration that has been used in the past month, but no data is displayed in the Analytics tab of the Dialogflow Console.
Are there other configuration steps necessary to integrate analytics? I've searched online and could not find anything either in Google's documentation or elsewhere. Thanks in advance!

Utterance (customDimensions['Text']) is not reported in app insights in Azure Chatbot

I'm using Azure's Chatbot Service to build the chatbot. For data collection, I'm also using Azure Monitor to track and get the data of the conversation from the chatbot and users. The target is to retain the way we captured utterances in customDimensions ['Text']. However, I can't find the attribute "['Text']" in customDimensions.
Could someone know how I can get around this?
Thank you.
Utterance (customDimensions['Text']) is not reported in app insights
in Azure Chatbot
Please follow below reference it has detail explanation about:
Schema of Bot Analytics Instrumentation
Custom Dimensions SDK Bot Analytics
Enabling telemetry to capture usage data from other services like LUIS and QnA Maker
Reference:
Analyze the telemetry data from your bot - Bot Service | Microsoft Docs
Enabling telemetry to capture usage data from other services like LUIS and QnA Maker

How to use and enable sentiment analysis in azure bot framework

How to use and enable sentiment analysis in azure bot framework,
i want to implement sentimental analysis using azure bot framework.
As Md Farid Uddin Kiron said, you can use
azure sentiment analysis endpoint API
same can be implemented by referring https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/sentiment-opinion-mining/quickstart?pivots=programming-language-csharp#setting-up

How to link google action with dialogflow using gaction CLI?

I am trying to automate the process of google action creation and deployment and for that I can find a a number of documents where gactions is being used to handle action console with action SDK.
I want to ask if their is any way i can link google action with my dialogflow agent using gaction CLI Or if any other CLI is already providing the support for same.
Under the hood an Actions on Google project will have a 'project id'. This is a Google Cloud Platform project, which gives your Action access to additional resources if you want, like Cloud Functions.
Dialogflow uses the same infrastructure, where the Dialogflow project id is a GCP project.
"gactions" as a command-line tool is not designed to work too closely with Dialogflow. However, as you know that your Action and Dialogflow share a common infrastructure, you could do some work yourself to use the Dialogflow API with your project ID to do some automation.

Integrating Azure Bot with Azure Speech Services

Is there a possible way to integrate the speech services with bot? So i would like to know what is the process that goes in the integration of Speech Services with Bot?
How is it possible to do the integration with bot through the key that is obtained from the Azure Speech Service created?
And how to check whether the created Speech Services is working?
Is there any common portal for the Speech Services to be tested like the portal for custom speech(https://westus.cris.ai/Home/CustomSpeech)?
And What are the different ways for integrating?
To test the speech service whether works, you can use the code sample provided by Microsoft without write addition code. Refer to the Next steps section of Text to Speech
Or you can make the REST API using POST man according the documentation.
And to integrate the Speech Service with Bot, you can refer the figure below:

Resources