ThreadMessageCreateRequest.WithMetadata

ThreadMessageCreateRequest.WithMetadata method

Sets the metadata for the thread message request.

public ThreadMessageCreateRequest WithMetadata(Dictionary<string, string> metadata)
ParameterTypeDescription
metadataDictionary`2The dictionary of metadata to set.

Return Value

The current instance of ThreadMessageCreateRequest.

See Also