View source: R/support_operations.R
support_describe_create_case_options | R Documentation |
Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability. You can specify the language
categoryCode
, issueType
and serviceCode
used to retrieve the CreateCaseOptions.
See https://www.paws-r-sdk.com/docs/support_describe_create_case_options/ for full documentation.
support_describe_create_case_options(
issueType,
serviceCode,
language,
categoryCode
)
issueType |
[required] The type of issue for the case. You can specify |
serviceCode |
[required] The code for the Amazon Web Services service. You can use the
|
language |
[required] The language in which Amazon Web Services Support handles the case.
Amazon Web Services Support currently supports Chinese (“zh”), English
("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO
639-1 code for the |
categoryCode |
[required] The category of problem for the support case. You also use the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.