Documentation
¶
Index ¶
- type BotRequestBuilder
- func (m *BotRequestBuilder) CreateDeleteRequestInformation(options *BotRequestBuilderDeleteOptions) (...)
- func (m *BotRequestBuilder) CreateGetRequestInformation(options *BotRequestBuilderGetOptions) (...)
- func (m *BotRequestBuilder) CreatePatchRequestInformation(options *BotRequestBuilderPatchOptions) (...)
- func (m *BotRequestBuilder) Delete(options *BotRequestBuilderDeleteOptions) error
- func (m *BotRequestBuilder) Get(options *BotRequestBuilderGetOptions) (...)
- func (m *BotRequestBuilder) Patch(options *BotRequestBuilderPatchOptions) error
- type BotRequestBuilderDeleteOptions
- type BotRequestBuilderGetOptions
- type BotRequestBuilderGetQueryParameters
- type BotRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotRequestBuilder ¶
type BotRequestBuilder struct {
// contains filtered or unexported fields
}
BotRequestBuilder provides operations to manage the bot property of the microsoft.graph.teamsAppDefinition entity.
func NewBotRequestBuilder ¶
func NewBotRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BotRequestBuilder
NewBotRequestBuilder instantiates a new BotRequestBuilder and sets the default values.
func NewBotRequestBuilderInternal ¶
func NewBotRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BotRequestBuilder
NewBotRequestBuilderInternal instantiates a new BotRequestBuilder and sets the default values.
func (*BotRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BotRequestBuilder) CreateDeleteRequestInformation(options *BotRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property bot for appCatalogs
func (*BotRequestBuilder) CreateGetRequestInformation ¶
func (m *BotRequestBuilder) CreateGetRequestInformation(options *BotRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the details of the bot specified in the Teams app manifest.
func (*BotRequestBuilder) CreatePatchRequestInformation ¶
func (m *BotRequestBuilder) CreatePatchRequestInformation(options *BotRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property bot in appCatalogs
func (*BotRequestBuilder) Delete ¶
func (m *BotRequestBuilder) Delete(options *BotRequestBuilderDeleteOptions) error
Delete delete navigation property bot for appCatalogs
func (*BotRequestBuilder) Get ¶
func (m *BotRequestBuilder) Get(options *BotRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkBotable, error)
Get the details of the bot specified in the Teams app manifest.
func (*BotRequestBuilder) Patch ¶
func (m *BotRequestBuilder) Patch(options *BotRequestBuilderPatchOptions) error
Patch update the navigation property bot in appCatalogs
type BotRequestBuilderDeleteOptions ¶
type BotRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BotRequestBuilderDeleteOptions options for Delete
type BotRequestBuilderGetOptions ¶
type BotRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *BotRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BotRequestBuilderGetOptions options for Get
type BotRequestBuilderGetQueryParameters ¶
type BotRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
BotRequestBuilderGetQueryParameters the details of the bot specified in the Teams app manifest.
type BotRequestBuilderPatchOptions ¶
type BotRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkBotable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BotRequestBuilderPatchOptions options for Patch