ConversationAuthoringProjectKind 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.
The ConversationAuthoringProjectKind.
public readonly struct ConversationAuthoringProjectKind : IEquatable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectKind>
type ConversationAuthoringProjectKind = struct
Public Structure ConversationAuthoringProjectKind
Implements IEquatable(Of ConversationAuthoringProjectKind)
- Inheritance
-
ConversationAuthoringProjectKind
- Implements
Constructors
| ConversationAuthoringProjectKind(String) |
Initializes a new instance of ConversationAuthoringProjectKind. |
Properties
| Conversation |
A project to build natural language into apps, bots, and IoT devices. |
| CustomConversationSummarization |
A project to build conversation summarization models which are able to summarize long conversations. |
| Orchestration |
A project to connect and orchestrate Conversation, Custom question answering and LUIS projects together in one single project. |
Methods
| Equals(ConversationAuthoringProjectKind) |
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(ConversationAuthoringProjectKind, ConversationAuthoringProjectKind) |
Determines if two ConversationAuthoringProjectKind values are the same. |
| Implicit(String to ConversationAuthoringProjectKind) |
Converts a String to a ConversationAuthoringProjectKind. |
| Inequality(ConversationAuthoringProjectKind, ConversationAuthoringProjectKind) |
Determines if two ConversationAuthoringProjectKind values are not the same. |