WebexClientWrapperOptions.WebexPublicAddress プロパティ

定義

ボットアプリケーションのルートURIを取得したり設定したりします。 例えば「https://mybot.com/」のような感じです。

public Uri WebexPublicAddress { get; set; }
member this.WebexPublicAddress : Uri with get, set
Public Property WebexPublicAddress As Uri

プロパティ値

Uri

ボットアプリケーションのルートURIです。

適用対象