ResponsesExtensions 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.
Provides extension methods for working with agent responses.
public static class ResponsesExtensions
type ResponsesExtensions = class
Public Module ResponsesExtensions
- Inheritance
-
ResponsesExtensions
Methods
| Name | Description |
|---|---|
| GetConversationId(CreateResponseRequest) |
Gets the conversation ID from a create response request. |
| ToAgentId(AgentReference) |
Converts an agent reference to an agent ID. |
| ToResponse(CreateResponseRequest, AgentInvocationContext, IEnumerable<ItemResource>, ResponseStatus, Nullable<DateTimeOffset>, ResponseUsage) |
Converts a create response request to a response object. |