You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an agent with Spanish as the default and only language. I am trying to run an intents test but I keep getting the same error: Agent does not support language: 'en'
I have an agent with Spanish as the default and only language. I am trying to run an intents test but I keep getting the same error: Agent does not support language: 'en'
Sample code:
dc = DialogflowConversation(creds_path=self.creds_path, agent_id=self.agent_path, language_code = "es")
results = dc.run_intent_detection(test_set=scrapi_df)
Expected Behavior
No errors
Current Behavior
Agent does not support language: 'en'
Possible Solution
Steps to Reproduce
The text was updated successfully, but these errors were encountered: