HubResource.GetInteractionResourceFormatAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Informationen zur angegebenen Interaktion ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}
- Vorgang IdInteractions_Get
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))
Parameter
- interactionName
- String
Der Name der Interaktion.
- localeCode
- String
Das Gebietsschema der abzurufenden Interaktion ist standardmäßig en-us.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
interactionName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
interactionName
ist NULL.