Share via


RestApiOperation.Responses Property

Definition

The list of possible operation responses.

public System.Collections.Generic.IDictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.RestApiExpectedResponse> Responses { get; }
member this.Responses : System.Collections.Generic.IDictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.RestApiExpectedResponse>
Public ReadOnly Property Responses As IDictionary(Of String, RestApiExpectedResponse)

Property Value

Applies to