BotFrameworkAdapterSettings クラス

インスタンスの初期化に使用される設定が BotFrameworkAdapter 含まれます。

値は、config.py ファイル内の MicrosoftAppPassword パラメーターです。 :type app_password: str :p aram channel_auth_tenant: 会話で使用するチャネル テナント :type channel_auth_tenant: str :p aram oauth_endpoint: :type oauth_endpoint: str :p aram open_id_metadata: :type open_id_metadata: str :p aram channel_provider: チャネル プロバイダー :type channel_provider: <xref:botframework.connector.auth.ChannelProvider>。 SimpleChannelProvider が指定されていない場合、既定値は SimpleChannelProvider になります。 :p aram auth_configuration: :type auth_configuration: <xref:botframework.connector.auth.AuthenticationConfiguration> :p aram credential_provider: 既定値は SimpleCredentialProvider (指定されていない場合) です。 :p aram app_credentials: カスタム AppCredentials を許可します。 たとえば、CertificateAppCredentials に使用されます。

継承
builtins.object
BotFrameworkAdapterSettings

コンストラクター

BotFrameworkAdapterSettings(app_id: str, app_password: str = None, channel_auth_tenant: str = None, oauth_endpoint: str = None, open_id_metadata: str = None, channel_provider: ChannelProvider = None, auth_configuration: AuthenticationConfiguration = None, app_credentials: AppCredentials = None, credential_provider: CredentialProvider = None)

パラメーター

名前 説明
app_id
必須
str

ボット アプリケーション ID。

app_password

ボット アプリケーションのパスワード。

既定値: None
channel_auth_tenant
既定値: None
oauth_endpoint
既定値: None
open_id_metadata
既定値: None
channel_provider
既定値: None
auth_configuration
既定値: None
app_credentials
既定値: None
credential_provider
既定値: None