Skip to content

[Do Not Merge]Pipeline Reconfig Test #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.ActivityResourceResponse
name: ActivityResourceResponse
fullName: botbuilder.adapters.slack.ActivityResourceResponse
module: botbuilder.adapters.slack
inheritances:
- botbuilder.schema._models_py3.ResourceResponse
constructor:
syntax: 'ActivityResourceResponse(activity_id: str, conversation: ConversationAccount,
**kwargs)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ uid: botbuilder.adapters.slack.SlackAdapter
name: SlackAdapter
fullName: botbuilder.adapters.slack.SlackAdapter
module: botbuilder.adapters.slack
inheritances:
- botbuilder.core.bot_adapter.BotAdapter
- abc.ABC
summary: "BotAdapter that can handle incoming Slack events. Incoming Slack events\
\ are deserialized to an Activity that is\n dispatched through the middleware\
\ and bot pipeline."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.SlackAdapterOptions
name: SlackAdapterOptions
fullName: botbuilder.adapters.slack.SlackAdapterOptions
module: botbuilder.adapters.slack
inheritances:
- builtins.object
summary: Class for defining implementation of the SlackAdapter Options.
constructor:
syntax: SlackAdapterOptions()
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.SlackClient
name: SlackClient
fullName: botbuilder.adapters.slack.SlackClient
module: botbuilder.adapters.slack
inheritances:
- slack.web.client.WebClient
summary: Slack client that extends [https://github.com/slackapi/python-slackclient](https://github.com/slackapi/python-slackclient).
constructor:
syntax: 'SlackClient(options: SlackClientOptions)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.SlackClientOptions
name: SlackClientOptions
fullName: botbuilder.adapters.slack.SlackClientOptions
module: botbuilder.adapters.slack
inheritances:
- builtins.object
summary: 'Defines the implementation of the SlackClient options.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.SlackEvent
name: SlackEvent
fullName: botbuilder.adapters.slack.SlackEvent
module: botbuilder.adapters.slack
inheritances:
- builtins.object
summary: Wrapper class for an incoming slack event.
constructor:
syntax: SlackEvent(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.SlackHelper
name: SlackHelper
fullName: botbuilder.adapters.slack.SlackHelper
module: botbuilder.adapters.slack
inheritances:
- builtins.object
constructor:
syntax: SlackHelper()
methods:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.SlackMessage
name: SlackMessage
fullName: botbuilder.adapters.slack.SlackMessage
module: botbuilder.adapters.slack
inheritances:
- builtins.object
constructor:
syntax: SlackMessage(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.SlackPayload
name: SlackPayload
fullName: botbuilder.adapters.slack.SlackPayload
module: botbuilder.adapters.slack
inheritances:
- builtins.object
constructor:
syntax: SlackPayload(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.SlackRequestBody
name: SlackRequestBody
fullName: botbuilder.adapters.slack.SlackRequestBody
module: botbuilder.adapters.slack
inheritances:
- builtins.object
constructor:
syntax: SlackRequestBody(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.activity_resourceresponse.ActivityResourceRespons
name: ActivityResourceResponse
fullName: botbuilder.adapters.slack.activity_resourceresponse.ActivityResourceResponse
module: botbuilder.adapters.slack.activity_resourceresponse
inheritances:
- botbuilder.schema._models_py3.ResourceResponse
constructor:
syntax: 'ActivityResourceResponse(activity_id: str, conversation: ConversationAccount,
**kwargs)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ uid: botbuilder.adapters.slack.slack_adapter.SlackAdapter
name: SlackAdapter
fullName: botbuilder.adapters.slack.slack_adapter.SlackAdapter
module: botbuilder.adapters.slack.slack_adapter
inheritances:
- botbuilder.core.bot_adapter.BotAdapter
- abc.ABC
summary: "BotAdapter that can handle incoming Slack events. Incoming Slack events\
\ are deserialized to an Activity that is\n dispatched through the middleware\
\ and bot pipeline."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.slack_adatper_options.SlackAdapterOptions
name: SlackAdapterOptions
fullName: botbuilder.adapters.slack.slack_adatper_options.SlackAdapterOptions
module: botbuilder.adapters.slack.slack_adatper_options
inheritances:
- builtins.object
summary: Class for defining implementation of the SlackAdapter Options.
constructor:
syntax: SlackAdapterOptions()
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.slack_client.SlackClient
name: SlackClient
fullName: botbuilder.adapters.slack.slack_client.SlackClient
module: botbuilder.adapters.slack.slack_client
inheritances:
- slack.web.client.WebClient
summary: Slack client that extends [https://github.com/slackapi/python-slackclient](https://github.com/slackapi/python-slackclient).
constructor:
syntax: 'SlackClient(options: SlackClientOptions)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.slack_client_options.SlackClientOptions
name: SlackClientOptions
fullName: botbuilder.adapters.slack.slack_client_options.SlackClientOptions
module: botbuilder.adapters.slack.slack_client_options
inheritances:
- builtins.object
summary: 'Defines the implementation of the SlackClient options.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.slack_event.SlackEvent
name: SlackEvent
fullName: botbuilder.adapters.slack.slack_event.SlackEvent
module: botbuilder.adapters.slack.slack_event
inheritances:
- builtins.object
summary: Wrapper class for an incoming slack event.
constructor:
syntax: SlackEvent(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.adapters.slack.slack_helper.SlackHelper
name: SlackHelper
fullName: botbuilder.adapters.slack.slack_helper.SlackHelper
module: botbuilder.adapters.slack.slack_helper
inheritances:
- builtins.object
constructor:
syntax: SlackHelper()
methods:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.slack_message.SlackMessage
name: SlackMessage
fullName: botbuilder.adapters.slack.slack_message.SlackMessage
module: botbuilder.adapters.slack.slack_message
inheritances:
- builtins.object
constructor:
syntax: SlackMessage(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.slack_payload.SlackPayload
name: SlackPayload
fullName: botbuilder.adapters.slack.slack_payload.SlackPayload
module: botbuilder.adapters.slack.slack_payload
inheritances:
- builtins.object
constructor:
syntax: SlackPayload(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: botbuilder.adapters.slack.slack_request_body.SlackRequestBody
name: SlackRequestBody
fullName: botbuilder.adapters.slack.slack_request_body.SlackRequestBody
module: botbuilder.adapters.slack.slack_request_body
inheritances:
- builtins.object
constructor:
syntax: SlackRequestBody(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: botbuilder.adapters.slack
name: slack
fullName: botbuilder.adapters.slack
type: import
type: rootImport
classes:
- botbuilder.adapters.slack.ActivityResourceResponse
- botbuilder.adapters.slack.SlackAdapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.LuisApplication
name: LuisApplication
fullName: botbuilder.ai.luis.LuisApplication
module: botbuilder.ai.luis
inheritances:
- builtins.object
summary: 'Data describing a LUIS application.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.LuisPredictionOptions
name: LuisPredictionOptions
fullName: botbuilder.ai.luis.LuisPredictionOptions
module: botbuilder.ai.luis
inheritances:
- builtins.object
summary: Optional parameters for a LUIS prediction request.
constructor:
syntax: 'LuisPredictionOptions(bing_spell_check_subscription_key: str = None, include_all_intents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.LuisRecognizer
name: LuisRecognizer
fullName: botbuilder.ai.luis.LuisRecognizer
module: botbuilder.ai.luis
inheritances:
- botbuilder.core.recognizer.Recognizer
summary: 'A LUIS based implementation of <xref:botbuilder.core.Recognizer>.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.LuisRecognizerOptionsV3
name: LuisRecognizerOptionsV3
fullName: botbuilder.ai.luis.LuisRecognizerOptionsV3
module: botbuilder.ai.luis
inheritances:
- botbuilder.ai.luis.luis_recognizer_options.LuisRecognizerOptions
constructor:
syntax: 'LuisRecognizerOptionsV3(include_all_intents: bool = False, include_instance_data:
bool = True, log: bool = True, prefer_external_entities: bool = True, datetime_reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ name: LuisTelemetryConstants
fullName: botbuilder.ai.luis.LuisTelemetryConstants
summary: The IBotTelemetryClient event and property names that logged by default.
module: botbuilder.ai.luis
constructor:
syntax: LuisTelemetryConstants(value, names=None, *, module=None, qualname=None,
type=None, start=1, boundary=None)
inheritances:
- builtins.str
- enum.Enum
fields:
- name: luis_result
uid: botbuilder.ai.luis.LuisTelemetryConstants.luis_result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.activity_util.ActivityUtil
name: ActivityUtil
fullName: botbuilder.ai.luis.activity_util.ActivityUtil
module: botbuilder.ai.luis.activity_util
inheritances:
- builtins.object
constructor:
syntax: ActivityUtil()
methods:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_application.LuisApplication
name: LuisApplication
fullName: botbuilder.ai.luis.luis_application.LuisApplication
module: botbuilder.ai.luis.luis_application
inheritances:
- builtins.object
summary: 'Data describing a LUIS application.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_prediction_options.LuisPredictionOptions
name: LuisPredictionOptions
fullName: botbuilder.ai.luis.luis_prediction_options.LuisPredictionOptions
module: botbuilder.ai.luis.luis_prediction_options
inheritances:
- builtins.object
summary: Optional parameters for a LUIS prediction request.
constructor:
syntax: 'LuisPredictionOptions(bing_spell_check_subscription_key: str = None, include_all_intents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer.LuisRecognizer
name: LuisRecognizer
fullName: botbuilder.ai.luis.luis_recognizer.LuisRecognizer
module: botbuilder.ai.luis.luis_recognizer
inheritances:
- botbuilder.core.recognizer.Recognizer
summary: 'A LUIS based implementation of <xref:botbuilder.core.Recognizer>.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_internal.LuisRecognizerInternal
name: LuisRecognizerInternal
fullName: botbuilder.ai.luis.luis_recognizer_internal.LuisRecognizerInternal
module: botbuilder.ai.luis.luis_recognizer_internal
inheritances:
- abc.ABC
constructor:
syntax: 'LuisRecognizerInternal(luis_application: LuisApplication)'
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_options.LuisRecognizerOptions
name: LuisRecognizerOptions
fullName: botbuilder.ai.luis.luis_recognizer_options.LuisRecognizerOptions
module: botbuilder.ai.luis.luis_recognizer_options
inheritances:
- builtins.object
constructor:
syntax: 'LuisRecognizerOptions(include_api_results: bool = None, telemetry_client:
~botbuilder.core.bot_telemetry_client.BotTelemetryClient = <botbuilder.core.null_telemetry_client.NullTelemetryClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_options_v2.LuisRecognizerOptionsV2
name: LuisRecognizerOptionsV2
fullName: botbuilder.ai.luis.luis_recognizer_options_v2.LuisRecognizerOptionsV2
module: botbuilder.ai.luis.luis_recognizer_options_v2
inheritances:
- botbuilder.ai.luis.luis_recognizer_options.LuisRecognizerOptions
constructor:
syntax: 'LuisRecognizerOptionsV2(bing_spell_check_subscription_key: str = None,
include_all_intents: bool = None, include_instance_data: bool = True, log: bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_options_v3.LuisRecognizerOptionsV3
name: LuisRecognizerOptionsV3
fullName: botbuilder.ai.luis.luis_recognizer_options_v3.LuisRecognizerOptionsV3
module: botbuilder.ai.luis.luis_recognizer_options_v3
inheritances:
- botbuilder.ai.luis.luis_recognizer_options.LuisRecognizerOptions
constructor:
syntax: 'LuisRecognizerOptionsV3(include_all_intents: bool = False, include_instance_data:
bool = True, log: bool = True, prefer_external_entities: bool = True, datetime_reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_v2.LuisRecognizerV2
name: LuisRecognizerV2
fullName: botbuilder.ai.luis.luis_recognizer_v2.LuisRecognizerV2
module: botbuilder.ai.luis.luis_recognizer_v2
inheritances:
- botbuilder.ai.luis.luis_recognizer_internal.LuisRecognizerInternal
constructor:
syntax: 'LuisRecognizerV2(luis_application: LuisApplication, luis_recognizer_options_v2:
LuisRecognizerOptionsV2 = None)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_recognizer_v3.LuisRecognizerV3
name: LuisRecognizerV3
fullName: botbuilder.ai.luis.luis_recognizer_v3.LuisRecognizerV3
module: botbuilder.ai.luis.luis_recognizer_v3
inheritances:
- botbuilder.ai.luis.luis_recognizer_internal.LuisRecognizerInternal
constructor:
syntax: 'LuisRecognizerV3(luis_application: LuisApplication, luis_recognizer_options_v3:
LuisRecognizerOptionsV3 = None)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ name: LuisTelemetryConstants
fullName: botbuilder.ai.luis.luis_telemetry_constants.LuisTelemetryConstants
summary: The IBotTelemetryClient event and property names that logged by default.
module: botbuilder.ai.luis.luis_telemetry_constants
constructor:
syntax: LuisTelemetryConstants(value, names=None, *, module=None, qualname=None,
type=None, start=1, boundary=None)
inheritances:
- builtins.str
- enum.Enum
fields:
- name: luis_result
uid: botbuilder.ai.luis.luis_telemetry_constants.LuisTelemetryConstants.luis_result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.luis.luis_util.LuisUtil
name: LuisUtil
fullName: botbuilder.ai.luis.luis_util.LuisUtil
module: botbuilder.ai.luis.luis_util
inheritances:
- builtins.object
summary: Utility functions used to extract and transform data from Luis SDK
constructor:
syntax: LuisUtil()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,20 @@ uid: botbuilder.ai.qna.ActiveLearningUtils
name: ActiveLearningUtils
fullName: botbuilder.ai.qna.ActiveLearningUtils
module: botbuilder.ai.qna
inheritances:
- builtins.object
summary: Active learning helper class
constructor:
syntax: ActiveLearningUtils()
methods:
- uid: botbuilder.ai.qna.ActiveLearningUtils.get_low_score_variation
name: get_low_score_variation
summary: 'Returns a list of QnA search results, which have low score variation.


# Parameters:


qna_serach_results: A list of QnA QueryResults returned from the QnA GenerateAnswer
API call.'
summary: Returns a list of QnA search results, which have low score variation.
signature: 'static get_low_score_variation(qna_search_results: List[QueryResult])
-> List[QueryResult]'
parameters:
- name: qna_serach_results
isRequired: true
types:
- <xref:<xref:botbuilder.ai.qna.A list> of <xref:QnA QueryResults returned from
the QnA GenerateAnswer API call.>>
- name: qna_search_results
isRequired: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.qna.FeedbackRecord
name: FeedbackRecord
fullName: botbuilder.ai.qna.FeedbackRecord
module: botbuilder.ai.qna
inheritances:
- msrest.serialization.Model
summary: Active learning feedback record.
constructor:
syntax: FeedbackRecord(**kwargs)
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: botbuilder.ai.qna.FeedbackRecords
name: FeedbackRecords
fullName: botbuilder.ai.qna.FeedbackRecords
module: botbuilder.ai.qna
inheritances:
- msrest.serialization.Model
summary: Active learning feedback records.
constructor:
syntax: FeedbackRecords(**kwargs)
Loading