Class UpdateAgentEndpointDetails
  The data to update an endpoint.
 
  
  
    Inheritance
    
    UpdateAgentEndpointDetails
   
  
  
  Assembly: OCI.DotNetSDK.Generativeaiagent.dll
  Syntax
  
    public class UpdateAgentEndpointDetails
   
  Properties
  
  ContentModerationConfig
  
  
  Declaration
  
    [JsonProperty(PropertyName = "contentModerationConfig")]
public ContentModerationConfig ContentModerationConfig { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
   
  Property Value
  
  
  Description
  
  
  Declaration
  
    [JsonProperty(PropertyName = "description")]
public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        An optional description of the AgentEndpoint. 
 | 
      
    
  
  
  DisplayName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. 
 | 
      
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Dictionary<string, string> | 
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
 
Example: {"Department": "Finance"} 
 | 
      
    
  
  
  GuardrailConfig
  
  
  Declaration
  
    [JsonProperty(PropertyName = "guardrailConfig")]
public GuardrailConfig GuardrailConfig { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "humanInputConfig")]
public HumanInputConfig HumanInputConfig { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "metadata")]
public Dictionary<string, string> Metadata { get; set; }
   
  Property Value
  
  
  OutputConfig
  
  
  Declaration
  
    [JsonProperty(PropertyName = "outputConfig")]
public OutputConfig OutputConfig { get; set; }
   
  Property Value
  
  
  SessionConfig
  
  
  Declaration
  
    [JsonProperty(PropertyName = "sessionConfig")]
public SessionConfig SessionConfig { get; set; }
   
  Property Value
  
  
  ShouldEnableCitation
  
  
  Declaration
  
    [JsonProperty(PropertyName = "shouldEnableCitation")]
public bool? ShouldEnableCitation { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | bool? | 
        Whether to show citations in the chat result. 
 | 
      
    
  
  
  ShouldEnableMultiLanguage
  
  
  Declaration
  
    [JsonProperty(PropertyName = "shouldEnableMultiLanguage")]
public bool? ShouldEnableMultiLanguage { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | bool? | 
        Whether to enable multi-language for chat. 
 | 
      
    
  
  
  ShouldEnableTrace
  
  
  Declaration
  
    [JsonProperty(PropertyName = "shouldEnableTrace")]
public bool? ShouldEnableTrace { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | bool? | 
        Whether to show traces in the chat result. 
 |