ConversationAuthoringExportedProjectFormat 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 ConversationAuthoringExportedProjectFormat.
public readonly struct ConversationAuthoringExportedProjectFormat : IEquatable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProjectFormat>
type ConversationAuthoringExportedProjectFormat = struct
Public Structure ConversationAuthoringExportedProjectFormat
Implements IEquatable(Of ConversationAuthoringExportedProjectFormat)
- Inheritance
-
ConversationAuthoringExportedProjectFormat
- Implements
Constructors
| ConversationAuthoringExportedProjectFormat(String) |
Initializes a new instance of ConversationAuthoringExportedProjectFormat. |
Properties
| Conversation |
Specifies the format for a conversational project. |
| Luis |
Specifies the format for an application that was exported from LUIS. |
Methods
| Equals(ConversationAuthoringExportedProjectFormat) |
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(ConversationAuthoringExportedProjectFormat, ConversationAuthoringExportedProjectFormat) |
Determines if two ConversationAuthoringExportedProjectFormat values are the same. |
| Implicit(String to ConversationAuthoringExportedProjectFormat) |
Converts a String to a ConversationAuthoringExportedProjectFormat. |
| Inequality(ConversationAuthoringExportedProjectFormat, ConversationAuthoringExportedProjectFormat) |
Determines if two ConversationAuthoringExportedProjectFormat values are not the same. |