CreateConversationOptions Class

Definition

Represents the data required to create a new conversation, including authentication scope, configuration parameters, and conversation reference information.

public class CreateConversationOptions
type CreateConversationOptions = class
Public Class CreateConversationOptions
Inheritance
CreateConversationOptions

Constructors

Name Description
CreateConversationOptions()

Fields

Name Description
AzureBotAudience
AzureBotScope

Properties

Name Description
Audience

Gets or sets the audience to use when requesting authentication tokens for Azure Bot Service.

ChannelId

Gets or sets the unique identifier for the channel.

Identity

Gets or sets the claims-based identity associated with the current user.

Parameters

Gets or sets the parameters used to configure the conversation.

Scope

Gets or sets the OAuth scope to use when requesting authentication tokens.

ServiceUrl

Gets or sets the base URL of the remote service endpoint.

StoreConversation

Gets or sets a value indicating whether the conversation should be stored for later retrieval.

Extension Methods

Name Description
Validate(CreateConversationOptions)

Validates a CreateConversation instance to ensure all required properties are valid.

Applies to