ConversationDomain Struct
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.
Enumeration of supported conversational domains.
public readonly struct ConversationDomain : IEquatable<Azure.AI.Language.Conversations.Models.ConversationDomain>
type ConversationDomain = struct
Public Structure ConversationDomain
Implements IEquatable(Of ConversationDomain)
- Inheritance
-
ConversationDomain
- Implements
Constructors
ConversationDomain(String) |
Initializes a new instance of ConversationDomain. |
Properties
Finance |
Enumeration of supported conversational domains. |
Generic |
Enumeration of supported conversational domains. |
Healthcare |
Enumeration of supported conversational domains. |
Methods
Equals(ConversationDomain) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConversationDomain, ConversationDomain) |
Determines if two ConversationDomain values are the same. |
Implicit(String to ConversationDomain) |
Converts a string to a ConversationDomain. |
Inequality(ConversationDomain, ConversationDomain) |
Determines if two ConversationDomain values are not the same. |
Applies to
Azure SDK for .NET