CreateChatThreadOptions Class
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.
Create chat thread parameter option
public class CreateChatThreadOptions
type CreateChatThreadOptions = class
Public Class CreateChatThreadOptions
- Inheritance
-
CreateChatThreadOptions
Constructors
CreateChatThreadOptions(String) |
Create chat thread parameter option |
Properties
IdempotencyToken |
If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-ID and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-ID is an opaque string representing a client-generated, globally unique for all time, identifier for the request. It is recommended to use version 4 (random) UUIDs. |
Metadata |
Property bag of chat thread metadata key - value pairs. |
Participants |
List of thread participants |
RetentionPolicy |
Thread retention policy |
Topic |
Topic of the thread |
Applies to
Azure SDK for .NET