Documentation
¶
Index ¶
- type KeepAliveRequestBuilder
- func (m *KeepAliveRequestBuilder) CreatePostRequestInformation() (...)
- func (m *KeepAliveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *KeepAliveRequestBuilderPostRequestConfiguration) (...)
- func (m *KeepAliveRequestBuilder) Post(ctx context.Context, ...) error
- type KeepAliveRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeepAliveRequestBuilder ¶
type KeepAliveRequestBuilder struct {
// contains filtered or unexported fields
}
KeepAliveRequestBuilder provides operations to call the keepAlive method.
func NewKeepAliveRequestBuilder ¶
func NewKeepAliveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *KeepAliveRequestBuilder
NewKeepAliveRequestBuilder instantiates a new KeepAliveRequestBuilder and sets the default values.
func NewKeepAliveRequestBuilderInternal ¶
func NewKeepAliveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *KeepAliveRequestBuilder
NewKeepAliveRequestBuilderInternal instantiates a new KeepAliveRequestBuilder and sets the default values.
func (*KeepAliveRequestBuilder) CreatePostRequestInformation ¶
func (m *KeepAliveRequestBuilder) CreatePostRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a `404 Not-Found` error. The resources related to the call should be cleaned up on the application side.
func (*KeepAliveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *KeepAliveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *KeepAliveRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a `404 Not-Found` error. The resources related to the call should be cleaned up on the application side.
func (*KeepAliveRequestBuilder) Post ¶
func (m *KeepAliveRequestBuilder) Post(ctx context.Context, requestConfiguration *KeepAliveRequestBuilderPostRequestConfiguration) error
Post make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a `404 Not-Found` error. The resources related to the call should be cleaned up on the application side.
type KeepAliveRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type KeepAliveRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
KeepAliveRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.