Add a replace all text request
add_replace_all_text_request(
  google_slides_request = NULL,
  replace_text = NULL,
  text = NULL,
  match_case = TRUE
)(Optional) A Google Slides Request object which is used to manage requests to the API
A character vector of text that would replace the ones in the text parameter. The order of the replaceText matters
A character vector of text that would replaced by the ones in the replaceText parameter. The order of the text matters
(Optional) A boolean that takes in only TRUE or FALSE only. This would be applied across all requests