Class InviteNewBotResponse

java.lang.Object
com.microsoft.graph.models.ParticipantJoiningResponse
com.microsoft.graph.models.InviteNewBotResponse
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class InviteNewBotResponse extends ParticipantJoiningResponse implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Invite New Bot Response.
  • Field Details

    • inviteUri

      @SerializedName(value="inviteUri", alternate="InviteUri") @Expose @Nullable public String inviteUri
      The Invite Uri. URI to receive new incoming call notification.
  • Constructor Details

    • InviteNewBotResponse

      public InviteNewBotResponse()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ParticipantJoiningResponse
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to