OAuthConsentRequestResponseItem 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.
Request from the service for the user to perform OAuth consent.
public class OAuthConsentRequestResponseItem : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.OAuthConsentRequestResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.OAuthConsentRequestResponseItem>
type OAuthConsentRequestResponseItem = class
inherit AgentResponseItem
interface IJsonModel<OAuthConsentRequestResponseItem>
interface IPersistableModel<OAuthConsentRequestResponseItem>
Public Class OAuthConsentRequestResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of OAuthConsentRequestResponseItem), IPersistableModel(Of OAuthConsentRequestResponseItem)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OAuthConsentRequestResponseItem(String, String) |
Initializes a new instance of OAuthConsentRequestResponseItem. |
| OAuthConsentRequestResponseItem(Uri, String) |
Initializes a new instance of OAuthConsentRequestResponseItem. |
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| ConsentLink | |
| Id | (Inherited from AgentResponseItem) |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |
| ServerLabel |
The server label for the OAuth consent request. |