Compartilhar via


HubResource.GetInteractionResourceFormatAsync Método

Definição

Obtém informações sobre a interação especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}
  • IdInteractions_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>> GetInteractionResourceFormatAsync (string interactionName, string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInteractionResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>>
override this.GetInteractionResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>>
Public Overridable Function GetInteractionResourceFormatAsync (interactionName As String, Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of InteractionResourceFormatResource))

Parâmetros

interactionName
String

O nome da interação.

localeCode
String

Localidade de interação a ser recuperada, o padrão é en-us.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

interactionName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

interactionName é nulo.

Aplica-se a