Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack from 5.80.0 to 5.94.0 in /dialogflow-cx/vpc-sc-demo/frontend #581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ccai-insights-sample-data/generate-call-logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def generate_log():
},
{
"start_timestamp_usec": timestamp + response_delay * 4,
"text": "Can you give me more details about the problem with your {0}?".format(device),
"text": "Can you give me more details about the problem with your {0}?".format(
device
),
"role": "AGENT",
"user_id": 2,
},
Expand All @@ -133,7 +135,9 @@ def generate_log():
},
{
"start_timestamp_usec": timestamp + response_delay * 6,
"text": "And what is the status shown in the settings on the {0}?".format(device),
"text": "And what is the status shown in the settings on the {0}?".format(
device
),
"role": "AGENT",
"user_id": 2,
},
Expand Down
Loading
Loading