CreateConversationOptionsBuilder.WithStoreConversation(Boolean) Method
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.
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.