Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dialogflow Retrieving Start Page, End Session Page via API call

Hi I tried to get Start Page/End Session pages provided from Dialogflow CX as default pages.

However I was not able to get those pages in API level which leads me not being able to implement test cases along with those pages.

sonhj07_0-1683901995063.png

The image above shows one of my flows

when I trigger list_page API, it just returns the custom pages in blue box but it does not return default pages such as End Session or Start Page in API level.

# Initialize request argument(s)
request = dialogflowcx_v3.ListPagesRequest(
parent=parent,
)

# Make the request
page_result = client.list_pages(request=request)

sonhj07_1-1683902232489.png

 

 

Could you please help?

Solved Solved
0 5 1,297
1 ACCEPTED SOLUTION

I  resolved this issue by specifying End Session (default) page on current_page of test case

sonhj07_0-1684113696939.png

 

 

 

View solution in original post

5 REPLIES 5