Share via


RestApiOperation.Responses Property

Definition

The list of possible operation responses.

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

Property Value

Applies to