Show / Hide Table of Contents

Class UserMessage

Represents a single instance of user message.

Inheritance
object
Message
UserMessage
Inherited Members
Message.Content
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class UserMessage : Message

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

An optional name for the participant. Provides the model information to differentiate between participants of the same role.

In this article
Back to top