ConversationsModelFactory.AIConversationLanguageUnderstandingActionContent 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 AIConversationLanguageUnderstandingActionContent.
public static Azure.AI.Language.Conversations.Models.AIConversationLanguageUnderstandingActionContent AIConversationLanguageUnderstandingActionContent(string projectName = default, string deploymentName = default, Azure.AI.Language.Conversations.Models.StringIndexType? stringIndexType = default);
static member AIConversationLanguageUnderstandingActionContent : string * string * Nullable<Azure.AI.Language.Conversations.Models.StringIndexType> -> Azure.AI.Language.Conversations.Models.AIConversationLanguageUnderstandingActionContent
Public Shared Function AIConversationLanguageUnderstandingActionContent (Optional projectName As String = Nothing, Optional deploymentName As String = Nothing, Optional stringIndexType As Nullable(Of StringIndexType) = Nothing) As AIConversationLanguageUnderstandingActionContent
Parameters
- projectName
- String
The name of the project to use.
- deploymentName
- String
The name of the deployment to use.
- stringIndexType
- Nullable<StringIndexType>
Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets.
Returns
A new AIConversationLanguageUnderstandingActionContent instance for mocking.