ConversationsModelFactory.ConversationActionResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ConversationActionResult.
public static Azure.AI.Language.Conversations.Models.ConversationActionResult ConversationActionResult (Azure.AI.Language.Conversations.Models.AnalyzeConversationResult result = default);
static member ConversationActionResult : Azure.AI.Language.Conversations.Models.AnalyzeConversationResult -> Azure.AI.Language.Conversations.Models.ConversationActionResult
Public Shared Function ConversationActionResult (Optional result As AnalyzeConversationResult = Nothing) As ConversationActionResult
Parameters
- result
- AnalyzeConversationResult
Represents a conversation analysis response.
Returns
A new ConversationActionResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET