Documentation ¶
Index ¶
- type CreateIntentCategoryOperationOptions
- type CreateIntentCategoryOperationResponse
- type DeleteIntentCategoryOperationOptions
- type DeleteIntentCategoryOperationResponse
- type DeviceManagementIntentSettingCategoryOperationPredicate
- type GetIntentCategoriesCountOperationOptions
- type GetIntentCategoriesCountOperationResponse
- type GetIntentCategoryOperationOptions
- type GetIntentCategoryOperationResponse
- type IntentCategoryClient
- func (c IntentCategoryClient) CreateIntentCategory(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentCategoryOperationResponse, err error)
- func (c IntentCategoryClient) DeleteIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result DeleteIntentCategoryOperationResponse, err error)
- func (c IntentCategoryClient) GetIntentCategoriesCount(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentCategoriesCountOperationResponse, err error)
- func (c IntentCategoryClient) GetIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result GetIntentCategoryOperationResponse, err error)
- func (c IntentCategoryClient) ListIntentCategories(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentCategoriesOperationResponse, err error)
- func (c IntentCategoryClient) ListIntentCategoriesComplete(ctx context.Context, id beta.DeviceManagementIntentId, ...) (ListIntentCategoriesCompleteResult, error)
- func (c IntentCategoryClient) ListIntentCategoriesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentCategoriesCompleteResult, err error)
- func (c IntentCategoryClient) UpdateIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result UpdateIntentCategoryOperationResponse, err error)
- type ListIntentCategoriesCompleteResult
- type ListIntentCategoriesCustomPager
- type ListIntentCategoriesOperationOptions
- type ListIntentCategoriesOperationResponse
- type UpdateIntentCategoryOperationOptions
- type UpdateIntentCategoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentCategoryOperationOptions ¶
type CreateIntentCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentCategoryOperationOptions ¶
func DefaultCreateIntentCategoryOperationOptions() CreateIntentCategoryOperationOptions
func (CreateIntentCategoryOperationOptions) ToHeaders ¶
func (o CreateIntentCategoryOperationOptions) ToHeaders() *client.Headers
func (CreateIntentCategoryOperationOptions) ToOData ¶
func (o CreateIntentCategoryOperationOptions) ToOData() *odata.Query
func (CreateIntentCategoryOperationOptions) ToQuery ¶
func (o CreateIntentCategoryOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentCategoryOperationOptions ¶
type DeleteIntentCategoryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentCategoryOperationOptions ¶
func DefaultDeleteIntentCategoryOperationOptions() DeleteIntentCategoryOperationOptions
func (DeleteIntentCategoryOperationOptions) ToHeaders ¶
func (o DeleteIntentCategoryOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentCategoryOperationOptions) ToOData ¶
func (o DeleteIntentCategoryOperationOptions) ToOData() *odata.Query
func (DeleteIntentCategoryOperationOptions) ToQuery ¶
func (o DeleteIntentCategoryOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementIntentSettingCategoryOperationPredicate ¶
type DeviceManagementIntentSettingCategoryOperationPredicate struct { }
func (DeviceManagementIntentSettingCategoryOperationPredicate) Matches ¶
func (p DeviceManagementIntentSettingCategoryOperationPredicate) Matches(input beta.DeviceManagementIntentSettingCategory) bool
type GetIntentCategoriesCountOperationOptions ¶
type GetIntentCategoriesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentCategoriesCountOperationOptions ¶
func DefaultGetIntentCategoriesCountOperationOptions() GetIntentCategoriesCountOperationOptions
func (GetIntentCategoriesCountOperationOptions) ToHeaders ¶
func (o GetIntentCategoriesCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategoriesCountOperationOptions) ToOData ¶
func (o GetIntentCategoriesCountOperationOptions) ToOData() *odata.Query
func (GetIntentCategoriesCountOperationOptions) ToQuery ¶
func (o GetIntentCategoriesCountOperationOptions) ToQuery() *client.QueryParams
type GetIntentCategoryOperationOptions ¶
type GetIntentCategoryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentCategoryOperationOptions ¶
func DefaultGetIntentCategoryOperationOptions() GetIntentCategoryOperationOptions
func (GetIntentCategoryOperationOptions) ToHeaders ¶
func (o GetIntentCategoryOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategoryOperationOptions) ToOData ¶
func (o GetIntentCategoryOperationOptions) ToOData() *odata.Query
func (GetIntentCategoryOperationOptions) ToQuery ¶
func (o GetIntentCategoryOperationOptions) ToQuery() *client.QueryParams
type IntentCategoryClient ¶
func NewIntentCategoryClientWithBaseURI ¶
func NewIntentCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentCategoryClient, error)
func (IntentCategoryClient) CreateIntentCategory ¶
func (c IntentCategoryClient) CreateIntentCategory(ctx context.Context, id beta.DeviceManagementIntentId, input beta.DeviceManagementIntentSettingCategory, options CreateIntentCategoryOperationOptions) (result CreateIntentCategoryOperationResponse, err error)
CreateIntentCategory - Create new navigation property to categories for deviceManagement
func (IntentCategoryClient) DeleteIntentCategory ¶
func (c IntentCategoryClient) DeleteIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options DeleteIntentCategoryOperationOptions) (result DeleteIntentCategoryOperationResponse, err error)
DeleteIntentCategory - Delete navigation property categories for deviceManagement
func (IntentCategoryClient) GetIntentCategoriesCount ¶
func (c IntentCategoryClient) GetIntentCategoriesCount(ctx context.Context, id beta.DeviceManagementIntentId, options GetIntentCategoriesCountOperationOptions) (result GetIntentCategoriesCountOperationResponse, err error)
GetIntentCategoriesCount - Get the number of the resource
func (IntentCategoryClient) GetIntentCategory ¶
func (c IntentCategoryClient) GetIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options GetIntentCategoryOperationOptions) (result GetIntentCategoryOperationResponse, err error)
GetIntentCategory - Get categories from deviceManagement. Collection of setting categories within the intent
func (IntentCategoryClient) ListIntentCategories ¶
func (c IntentCategoryClient) ListIntentCategories(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentCategoriesOperationOptions) (result ListIntentCategoriesOperationResponse, err error)
ListIntentCategories - Get categories from deviceManagement. Collection of setting categories within the intent
func (IntentCategoryClient) ListIntentCategoriesComplete ¶
func (c IntentCategoryClient) ListIntentCategoriesComplete(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentCategoriesOperationOptions) (ListIntentCategoriesCompleteResult, error)
ListIntentCategoriesComplete retrieves all the results into a single object
func (IntentCategoryClient) ListIntentCategoriesCompleteMatchingPredicate ¶
func (c IntentCategoryClient) ListIntentCategoriesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentCategoriesOperationOptions, predicate DeviceManagementIntentSettingCategoryOperationPredicate) (result ListIntentCategoriesCompleteResult, err error)
ListIntentCategoriesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentCategoryClient) UpdateIntentCategory ¶
func (c IntentCategoryClient) UpdateIntentCategory(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, input beta.DeviceManagementIntentSettingCategory, options UpdateIntentCategoryOperationOptions) (result UpdateIntentCategoryOperationResponse, err error)
UpdateIntentCategory - Update the navigation property categories in deviceManagement
type ListIntentCategoriesCompleteResult ¶
type ListIntentCategoriesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementIntentSettingCategory }
type ListIntentCategoriesCustomPager ¶
func (*ListIntentCategoriesCustomPager) NextPageLink ¶
func (p *ListIntentCategoriesCustomPager) NextPageLink() *odata.Link
type ListIntentCategoriesOperationOptions ¶
type ListIntentCategoriesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListIntentCategoriesOperationOptions ¶
func DefaultListIntentCategoriesOperationOptions() ListIntentCategoriesOperationOptions
func (ListIntentCategoriesOperationOptions) ToHeaders ¶
func (o ListIntentCategoriesOperationOptions) ToHeaders() *client.Headers
func (ListIntentCategoriesOperationOptions) ToOData ¶
func (o ListIntentCategoriesOperationOptions) ToOData() *odata.Query
func (ListIntentCategoriesOperationOptions) ToQuery ¶
func (o ListIntentCategoriesOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentCategoryOperationOptions ¶
type UpdateIntentCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentCategoryOperationOptions ¶
func DefaultUpdateIntentCategoryOperationOptions() UpdateIntentCategoryOperationOptions
func (UpdateIntentCategoryOperationOptions) ToHeaders ¶
func (o UpdateIntentCategoryOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentCategoryOperationOptions) ToOData ¶
func (o UpdateIntentCategoryOperationOptions) ToOData() *odata.Query
func (UpdateIntentCategoryOperationOptions) ToQuery ¶
func (o UpdateIntentCategoryOperationOptions) ToQuery() *client.QueryParams