Share via


ConversationAuthoringProjectKind Struct

Definition

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

Name Description
ConversationAuthoringProjectKind(String)

Initializes a new instance of ConversationAuthoringProjectKind.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to