paws.customer.engagement (version 0.1.0)

pinpoint_update_voice_channel: Update an Voice channel

Description

Update an Voice channel

Usage

pinpoint_update_voice_channel(ApplicationId, VoiceChannelRequest)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

VoiceChannelRequest

[required]

Request syntax

svc$update_voice_channel(
  ApplicationId = "string",
  VoiceChannelRequest = list(
    Enabled = TRUE|FALSE
  )
)