次の方法で共有


HubResource.GetInteractionResourceFormatAsync メソッド

定義

指定した操作に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}
  • 操作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))

パラメーター

interactionName
String

相互作用の名前。

localeCode
String

取得する対話のロケール。既定値は en-us です。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

interactionName は空の文字列であり、空でないと想定されていました。

interactionName が null です。

適用対象