azure.ai.language.conversations.operations package

class azure.ai.language.conversations.operations.ConversationAnalysisClientOperationsMixin[source]
analyze_conversations(conversation_analysis_options: ‘_models.ConversationAnalysisOptions’, **kwargs: Any)_models.AnalyzeConversationResult[source]

Analyzes the input conversation utterance.

Parameters

conversation_analysis_options (ConversationAnalysisOptions) – Post body of the request.

Keyword Arguments
  • project_name (str) – The name of the project to use.

  • deployment_name (str) – The name of the specific deployment of the project to use.

Returns

AnalyzeConversationResult

Return type

AnalyzeConversationResult

Raises

~azure.core.exceptions.HttpResponseError