Skip to content

Commit

Permalink
added more lintered files
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jun 10, 2024
1 parent 77feac4 commit c844501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ suspend fun main(args: Array<String>) {
// snippet-start:[lex.kotlin.get_intent.main]
suspend fun getSpecificIntent(
intentName: String?,
intentVersion: String?,
intentVersion: String?
) {
val request =
GetIntentRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ suspend fun main(args: Array<String>) {
suspend fun getText(
text: String,
botNameVal: String,
botAliasVal: String,
botAliasVal: String
): String? {
val userIdVal = "chatbot-demo"
val sessionAttributesVal = mutableMapOf<String, String>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ suspend fun main(args: Array<String>) {
suspend fun createBot(
botNameVal: String?,
intentNameVal: String?,
intentVersionVal: String?,
intentVersionVal: String?
) {
// Create an Intent object for the bot.
val weatherIntent =
Expand Down

0 comments on commit c844501

Please sign in to comment.