次の方法で共有


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。

適用対象