create

@MustBeClosed()
public HttpResponseFor<Interaction> create(InteractionCreateParams params)

Returns a raw HTTP response for post /{api_version}/interactions, but is otherwise the same as InteractionService.create.


@MustBeClosed()
public abstract HttpResponseFor<Interaction> create(InteractionCreateParams params, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> create(InteractionCreateParams.Body body, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> create(InteractionCreateParams.Body body)
@MustBeClosed()
public HttpResponseFor<Interaction> create(CreateModelInteractionParams createModelInteractionParams, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> create(CreateModelInteractionParams createModelInteractionParams)
@MustBeClosed()
public HttpResponseFor<Interaction> create(CreateAgentInteractionParams createAgentInteractionParams, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> create(CreateAgentInteractionParams createAgentInteractionParams)

See also