CreateConversationOptionsBuilder.WithStoreConversation(Boolean) Method

Definition

Specifies whether the conversation should be stored for future retrieval.

public Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder WithStoreConversation(bool store);
member this.WithStoreConversation : bool -> Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder
Public Function WithStoreConversation (store As Boolean) As CreateConversationOptionsBuilder

Parameters

store
Boolean

true to store the conversation; otherwise, false.

Returns

The current instance of CreateConversationOptionsBuilder for method chaining.

Applies to