Show / Hide Table of Contents

Enum CallbackResponseType

Type of responses returned to the bot

Namespace: Microsoft.Graph.CoreSDK.Transport
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public enum CallbackResponseType

Fields

Name Description
Accepted

The request was accepted or processed.

BadRequest

The request was semantically/syntactically invalid.

InternalServerError

The request resulted in an internal server error.

NoContent

The request was accepted or processed and returns no content.

NotFound

The call for the incoming callback or notification is no longer active.

Unauthorized

The request was not authorized by the callee.

  • View Source
Back to top Generated by DocFX